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

Use ProcessBuilder._merge instead of ProcessBuilder._update #335

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

sphuber
Copy link
Collaborator

@sphuber sphuber commented Feb 28, 2024

Fixes #206

The ProcessBuilder._update method does not properly recurse into nested mapping like ProcessBuilder._merge does. Note that the recursiveness just considers normal Python mappings and will not recurse inside node instances that may behave like mappings, such as Dict nodes.

The `ProcessBuilder._update` method does not properly recurse into
nested mapping like `ProcessBuilder._merge` does. Note that the
recursiveness just considers normal Python mappings and will not
recurse inside node instances that may behave like mappings, such as
`Dict` nodes.
@sphuber sphuber requested a review from bosonie February 28, 2024 11:05
@sphuber sphuber merged commit 24a1819 into master Mar 4, 2024
10 checks passed
@sphuber sphuber deleted the fix/206/process-builder-merge branch March 4, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant