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

Fixing a bug in which, while merging two configuration trees, we encount... #67

Merged

Conversation

coddingtonbear
Copy link
Collaborator

...er the dict/string problem. Fixes #65.

I kind of want to pave this over in the future by going back to dot-path configuration lookups (rather than storing as a dictionary), but that would be a fairly severe, backward-incompatible change :-/.

Perhaps this future alternative:

  1. Still allow people to access configuration values as dictionary keys, but
  2. Add a method to the config object (perhaps .get_value(dot_path)) accepting the dot path to a configuration value that you'd like returned.

For now, though, I think this is the best way to go forward.

ralphbean added a commit that referenced this pull request Aug 8, 2014
Fixing a bug in which, while merging two configuration trees, we encount...
@ralphbean ralphbean merged commit 666d21c into ralphbean:develop Aug 8, 2014
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.

fail to create new TaskWarrior object
2 participants