-
Notifications
You must be signed in to change notification settings - Fork 121
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
Self-references and += operator #81
Self-references and += operator #81
Conversation
fbe6904
to
fa7ad25
Compare
I'm not exactly sure what's going on with coveralls in the |
Thank you @gilles-duboscq ! This looks awesome! I'll review it this week. |
continue # If value is present in latest version, don't do anything | ||
if prop_path[0] == key and substitution.optional: | ||
ConfigParser._do_substitute(substitution, None) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sanzinger Really nice implementation for supporting self references! 👍
Thank you very much @sanzinger and @gilles-duboscq for implementing self reference and |
No problem. Thanks for the quick integration. |
@darthbear, @gilles-duboscq thank you for integrating that stuff. I never found the time to actually share it. |
This PR merges changes by @sanzinger that implement self-referential substitutions and the += operator.
The changes are a bit large so they are probably better reviewed commit by commit.
This would fix #35