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

Merge defaults when Get()'ing maps #1439

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

setrofim
Copy link

When fetching a configuration sub-tree (either via Get() that results in a map, or through Sub()), ensure that any defaults for keys under that tree are propagated into the returned result.

Fixes #747

Signed-off-by: setrofim setrofim@gmail.com

@github-actions
Copy link

👋 Thanks for contributing to Viper! You are awesome! 🎉

A maintainer will take a look at your pull request shortly. 👀

In the meantime: We are working on Viper v2 and we would love to hear your thoughts about what you like or don't like about Viper, so we can improve or fix those issues.

⏰ If you have a couple minutes, please take some time and share your thoughts: https://forms.gle/R6faU74qPRPAzchZ9

📣 If you've already given us your feedback, you can still help by spreading the news,
either by sharing the above link or telling people about this on Twitter:

https://twitter.com/sagikazarmark/status/1306904078967074816

Thank you! ❤️

@CLAassistant
Copy link

CLAassistant commented Sep 28, 2022

CLA assistant check
All committers have signed the CLA.

setrofim added a commit to veraison/services that referenced this pull request Sep 29, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.
setrofim added a commit to veraison/services that referenced this pull request Sep 29, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.
setrofim added a commit to veraison/services that referenced this pull request Sep 29, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.
@setrofim
Copy link
Author

Note: this is only a partial solution for defaults. Similar issues exist across other layers (flags, overrides).

@setrofim
Copy link
Author

I've updated the pull with a more complete solution that considers all layers.

setrofim added a commit to veraison/services that referenced this pull request Sep 30, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.
setrofim added a commit to veraison/services that referenced this pull request Sep 30, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
setrofim added a commit to veraison/services that referenced this pull request Sep 30, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
setrofim added a commit to veraison/services that referenced this pull request Oct 1, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
setrofim added a commit to veraison/services that referenced this pull request Oct 1, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
setrofim added a commit to veraison/services that referenced this pull request Oct 3, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
setrofim added a commit to veraison/services that referenced this pull request Oct 3, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
setrofim added a commit to veraison/services that referenced this pull request Oct 3, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
When fetching a configuration sub-tree (either via Get() that results
in a map, or through Sub()), ensure that any defaults for keys under
that tree are propagated into the returned result.

Fixes spf13#747

Signed-off-by: setrofim <setrofim@gmail.com>
SabreenKaur pushed a commit to veraison/services that referenced this pull request Oct 7, 2022
Viper currently has a bug where defaults do not get properly propagated
when extracting a configuration sub-tree. See

	spf13/viper#747

A pull request has been opened with a potential fix:

	spf13/viper#1439

Until the fix (or some alternative) gets merged, switch to using the
forked version.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
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.

viper.Sub() not extracting nested default values
2 participants