Skip to content

Conversation

@wadewomersley
Copy link

Allow sections to be extended using the syntax [ExtendedSection : BaseSection]. Functionality is start off with BaseSection, clone, then overwrite/add values from ExtendedSection. The new collection will contain BaseSection and ExtendedSection but not ExtendedSection:BaseSection.

This functionality is optional and a new parameter has been added to the IniDocument constructors called supportExtended - default is false as to not change existing functionality.

@wadewomersley
Copy link
Author

I forgot to mention I also fixed the GetFloat() unit test to compensate for floating point precision errors.

@bmatzelle
Copy link
Owner

Thanks for contributing Wade. I'll check it out soon.

On Monday, July 27, 2015, Wade Womersley notifications@github.com wrote:

I forgot to mention I also fixed the GetFloat() unit test to compensate
for floating point precision errors.


Reply to this email directly or view it on GitHub
#6 (comment).

Sent from my iPhone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants