-
Notifications
You must be signed in to change notification settings - Fork 455
std.parseYaml() fails to parse 3 digits versions #1014
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
Comments
This was fixed in rapidyaml a few days ago : biojppm/rapidyaml#299 |
I guess go-jsonnet would work fine, as it uses a different YAML parser. We should bump the rapidyaml version here. |
Hi, is there any plan to update rapidyaml version in jsonnet to address the issue? Not sure why this issue wasn't fixed in the v0.20.0 cycle. |
I'm upgrading Rapid YAML in #1134 - I'll confirm this works then. |
This was failing previously (google#1014) due to a bug in RapidYAML.
Should work on master now. I have added a test case for it (#1135). Thanks for the bug report! |
Simplest way to reproduce :
It seems to be parsing a float instead of a string.
The text was updated successfully, but these errors were encountered: