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

Handle nested dict extending non-existent keys #263

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Handle nested dict extending non-existent keys #263

merged 2 commits into from
Dec 2, 2024

Conversation

psss
Copy link
Collaborator

@psss psss commented Dec 2, 2024

When merging nested dictionaries we should use _merge_special() in order to make sure that possible key suffixes are removed.

Fix #190.

@psss psss added this to the 1.5 milestone Dec 2, 2024
@psss psss added the base label Dec 2, 2024
psss added 2 commits December 2, 2024 22:05
When merging nested dictionaries we should use `_merge_special()`
in order to make sure that possible key suffixes are removed.

Fix #190.
@psss psss self-assigned this Dec 2, 2024
@psss psss merged commit 759788f into main Dec 2, 2024
11 of 12 checks passed
@psss psss deleted the nested-dict branch December 2, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merging for nested dictionaries defined in root
2 participants