You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix corner case for YAML parsing with primitive types (#247)
I was looking at google/jsonnet#1109 and
realized that we did not parse yaml correctly for primitive types:
`std.parseYaml("0777")` returned `[511]` instead of `511` (something
that other implementations of jsonnet do)
0 commit comments