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

Nested dictionaries hidden in Settings #169

Closed
JoshKarpel opened this issue Jul 24, 2019 · 0 comments · Fixed by #171
Closed

Nested dictionaries hidden in Settings #169

JoshKarpel opened this issue Jul 24, 2019 · 0 comments · Fixed by #171
Labels
bug Something isn't working

Comments

@JoshKarpel
Copy link
Contributor

JoshKarpel commented Jul 24, 2019

When a top-level setting is a dictionary, if you set something under that key and then do a lookup for the dictionary itself, you get just the updated key.

Basically, my implementation hides the under-layers, because you get the key from the first map in the chain that has it.

Quick fix: do lookups out of the merged map.

Long-term fix: support one layer of nesting very well, normalize key case. #170

@JoshKarpel JoshKarpel added the bug Something isn't working label Jul 24, 2019
JoshKarpel added a commit that referenced this issue Jul 24, 2019
JoshKarpel added a commit that referenced this issue Jul 26, 2019
@JoshKarpel JoshKarpel mentioned this issue Jul 26, 2019
JoshKarpel added a commit that referenced this issue Jul 29, 2019
* resolve #168 
* resolve #169
* resolve #165
* resolve #173
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant