Skip to content

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

Merged
bbhtt merged 1 commit intomainfrom
bbhtt/yaml-boolean
Mar 10, 2026
Merged

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

Conversation

@bbhtt
Copy link
Copy Markdown
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

@bbhtt bbhtt added this to the 1.5.0 milestone Mar 9, 2026
Comment thread src/builder-utils.c Outdated
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 force-pushed the bbhtt/yaml-boolean branch from 68bfec0 to 9b1cc8f Compare March 10, 2026 02:11
@bbhtt bbhtt merged commit b73531d into main Mar 10, 2026
3 checks passed
@bbhtt bbhtt deleted the bbhtt/yaml-boolean branch March 10, 2026 11:09
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

2 participants