Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended sections #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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 [email protected] 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