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

config: fix ConfigNode.get fallback logic #945

Merged
merged 1 commit into from
Sep 21, 2021
Merged

Conversation

quantum5
Copy link
Member

Currently, it is impossible to store null in the YAML config file to
override a non-null default value, as it will always fallback due to
the or.

This manifests as broken -march=native removal for gcc/clang.

Currently, it is impossible to store `null` in the YAML config file to
override a non-null default value, as it will always fallback due to
the or.

This manifests as broken -march=native removal for gcc/clang.
@quantum5 quantum5 merged commit 3463459 into master Sep 21, 2021
@quantum5 quantum5 deleted the config-node-fallback branch September 21, 2021 22:23
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.

2 participants