Skip to content

Comments

bug(flags): bool flags still fail validation despite default value#14

Merged
arikkfir merged 1 commit intomainfrom
arikkfir/bug/bool-flags-did-not-recognize-default-value
Jun 14, 2024
Merged

bug(flags): bool flags still fail validation despite default value#14
arikkfir merged 1 commit intomainfrom
arikkfir/bug/bool-flags-did-not-recognize-default-value

Conversation

@arikkfir
Copy link
Owner

This change completes the previous fix for default values of flags, by ensuring that bool flags also don't ignore their default value. This fixes an issue where bool flags did not get their default value applied, and thus were considered missing, despite having a valid default value.

@arikkfir arikkfir self-assigned this Jun 14, 2024
@arikkfir arikkfir added the bug Something isn't working label Jun 14, 2024
This change completes the previous fix for default values of flags, by
ensuring that bool flags also don't ignore their default value.

This fixes an issue where bool flags did not get their default value
applied, and thus were considered missing, despite having a valid
default value.
@arikkfir arikkfir force-pushed the arikkfir/bug/bool-flags-did-not-recognize-default-value branch from fd432ce to 7202ba1 Compare June 14, 2024 16:44
@arikkfir arikkfir enabled auto-merge (rebase) June 14, 2024 16:45
@arikkfir arikkfir merged commit 0638652 into main Jun 14, 2024
@arikkfir arikkfir deleted the arikkfir/bug/bool-flags-did-not-recognize-default-value branch June 14, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant