Skip to content

builder-utils: Handle case-insensitive YAML boolean and null scalars#710

Open
bbhtt wants to merge 1 commit intomainfrom
bbhtt/yaml-boolean
Open

builder-utils: Handle case-insensitive YAML boolean and null scalars#710
bbhtt wants to merge 1 commit intomainfrom
bbhtt/yaml-boolean

Conversation

@bbhtt
Copy link
Contributor

@bbhtt bbhtt commented Mar 8, 2026

The YAML spec 1, 2 allows case-insensitive values for these and some more but we only want to support the subset that makes sense.

Fixes: #344

The YAML spec [1], [2] allows case-insensitive values for these and
some more but we only want to support the subset that makes sense.

[1]: https://yaml.org/type/bool.html
[2]: https://yaml.org/type/null.html

Fixes: #344
@bbhtt bbhtt added this to the 1.5.0 milestone Mar 9, 2026
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.

Some boolean value are not recognized in flatpack.yaml

1 participant