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 issue with default configs #8298

Merged
merged 1 commit into from
Oct 19, 2021
Merged

Conversation

Colengms
Copy link
Collaborator

Addresses: #8276

It looks like the change to remove null from type for array settings had the consequence of breaking isUnset checks of those settings. The result is that defaults were not being applied for these settings. Arrays default to [] by default. To get our original behavior in which being unset is distinct from being set to [], this change effectively ignores the [] default for certain array settings.

@Colengms Colengms merged commit ee7b2f1 into main Oct 19, 2021
@Colengms Colengms deleted the coleng/fix_auto_config_provider branch October 19, 2021 20:15
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants