Skip to content

Conversation

@youknowjack0
Copy link

@youknowjack0 youknowjack0 commented Nov 23, 2024

Golang yaml parser allows octals specified like 0755

But the yaml spec ( https://yaml.org/spec/1.2.2/ ) requires octals like 0o755 . As a result, it's not parsed correctly when I use a non-golang parser.

This change uses the standard-compliant octal notation.

Golang yaml parser allows octals specified like 0755

But the yaml spec ( https://yaml.org/spec/1.2.2/ ) requires octals like 0o755 . As a result, it's not parsed correctly when I use a rust parser.
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.

1 participant