John Bartholomew

Results 41 comments of John Bartholomew

This one should be fixed by #1134 (upgrading RapidYAML to 0.5.0)

Should work on master now. I have added a test case for it (#1136). Thanks for the bug report!

I haven't been able to reproduce this, and a previous commenter wasn't able to reproduce either. I'll close this as wontfix/not reproducible, but if you're still aware of it happening...

Since the build is configured to turn on ~all the warnings, IMHO it would be nice to do something about this. Some options: 1. Disable the warning `¯\_(ツ)_/¯` 1. Upgrade...

I'm upgrading Rapid YAML in #1134 - I'll confirm this works then.

Should work on master now. I have added a test case for it (https://github.com/google/jsonnet/pull/1135). Thanks for the bug report!

Unfortunately, no. The format operator `%` / format function `std.format` do not perform full expression interpolation, they only look up the specified key in a flat object. This is the...

> std.format supports nested objects: #1011 Oh, huh... that's interesting. I did not realize that. Thanks for the correction!

Hmm... it looks like that feature was reverted: https://github.com/google/jsonnet/pull/1099