jsonnet
jsonnet copied to clipboard
Jsonnet - The data templating language
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4504056575426560 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65950 and will auto-close if the status changes there. If...
Hello. This is a change request similar in spirit to https://github.com/google/jsonnet/issues/386 (fixed in https://github.com/google/jsonnet/commit/d4434c8df41c46d4ed11958677a655f0d1c52f87), but this time to allow sections with duplicate names (instead of duplicate keys). The INI file...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=6117531069054976 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65944 and will auto-close if the status changes there. If...
I need to download jsonnet as part of my allennlp 1.3 installation in Google Colab (using Python 3.8 in order to use PyTorch 1.7.0). I'm getting this error: ``` Building...
Fixes: https://github.com/google/jsonnet/issues/1118
It would be great to add atan2 to std. atan2 is super useful for converting from rectangular to polar coordinates. It can be written in jsonnet itself, but, it's so...
**System info** Ubuntu x86_64, clang 12.0 version: jsonnetfmt-v0.20.0 **Command line** ./jsonnetfmt -i poc **Poc** poc:[poc](https://github.com/SEU-SSL/Poc/blob/main/jsonnet/id_000022%2Csig_11%2Csrc_009393%2B004501%2Cop_splice%2Crep_64) **AddressSanitizer output** ==2956134==ERROR: AddressSanitizer: stack-overflow on address 0x7fff529382e0 (pc 0x000000575bd4 bp 0x7fff5293a8b0 sp 0x7fff529381e0 T0)...
**System info** Ubuntu x86_64, clang 12.0 version: jsonnetfmt-v0.20.0 **Command line** ./jsonnetfmt -i poc **Poc** poc:[poc](https://github.com/SEU-SSL/Poc/blob/main/jsonnet/id_000009%2Csig_11%2Csrc_005268%2B002519%2Cop_splice%2Crep_128) **AddressSanitizer output** ==2954021==ERROR: AddressSanitizer: stack-overflow on address 0x7fffb09d8fc0 (pc 0x00000056b647 bp 0x7fffb09da450 sp 0x7fffb09d8d80 T0)...
## Summary I've been evaluating switching to Go-Jsonnet for our tooling and stumbled across a difference in how hidden status inheritance (https://jsonnet.org/ref/spec.html#hidden_inheritance) is implemented in Jsonnet and Go-Jsonnet. Here's an...
I'm new to jsonnet and I'm loving it but I see a behavior that I'm surprised by: the + between object literals seems to be optional, but only on object...