-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Config Deep Merging Ignores Null Values #33
Comments
mumoshu
added a commit
that referenced
this issue
Oct 5, 2020
Upgrades mergo to the version that has support for the WithOverwriteWithEmptyValue option that enables merging non-empty values in the destination config with empty values from the source config. Fixes #33
mumoshu
added a commit
that referenced
this issue
Oct 5, 2020
Upgrades mergo to the version that has support for the WithOverwriteWithEmptyValue option that enables merging non-empty values in the destination config with empty values from the source config. Fixes #33
mumoshu
added a commit
that referenced
this issue
Oct 5, 2020
Upgrades mergo to the version that has support for the WithOverwriteWithEmptyValue option that enables merging non-empty values in the destination config with empty values from the source config. Fixes #33
mumoshu
added a commit
that referenced
this issue
Oct 5, 2020
Upgrades mergo to the version that has support for the WithOverwriteWithEmptyValue option that enables merging non-empty values in the destination config with empty values from the source config. Fixes #33
mumoshu
added a commit
that referenced
this issue
Oct 5, 2020
Upgrades mergo to the version that has support for the WithOverwriteWithEmptyValue option that enables merging non-empty values in the destination config with empty values from the source config. Fixes #33
mumoshu
added a commit
that referenced
this issue
Oct 5, 2020
Upgrades mergo to the version that has support for the WithOverwriteWithEmptyValue option that enables merging non-empty values in the destination config with empty values from the source config. Fixes #33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what
config {...}
constructnull
null
the value is just ignoredexpectation
If we merge this map:
with this map:
we should get
using the following job:
but what we actually get is:
The text was updated successfully, but these errors were encountered: