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

Fix global SEND_DEFAULTS merging #343

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Fix global SEND_DEFAULTS merging #343

merged 1 commit into from
Oct 19, 2023

Conversation

medmunds
Copy link
Contributor

Fixes merging global SEND_DEFAULTS
with message esp_extra for ESP APIs
that use nested payload structures.
And clarifies intent for other properties.

Fixes #338

Replace generic `combine` with
specific `merge_dicts_deep`,
`merge_dicts_shallow`,
`merge_dicts_one_level` or
`concat_lists`, depending on
appropriate behavior for each
message attribute.

Fixes merging global `SEND_DEFAULTS`
with message `esp_extra` for ESP APIs
that use nested payload structures.
And clarifies intent for other properties.
@medmunds medmunds merged commit 823a161 into main Oct 19, 2023
56 checks passed
@medmunds medmunds deleted the fix/send-defaults branch October 19, 2023 21:33
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.

Merging/Combine ESP Options get lost/overwritten
1 participant