sjsonnet icon indicating copy to clipboard operation
sjsonnet copied to clipboard

Results 54 sjsonnet issues
Sort by recently updated
recently updated
newest added

std.sort doesn't seem to respect keyF argument: ```jsonnet std.sort([1,2,3], keyF=function(v) error "not reached?") ``` Returns `[1, 2, 3]`, `keyF` function is not called.

- `std.all` - `std.any` - `std.split` with "split parameter" with length > 1 - `std.xnor` - `std.isEmpty` - `std.get`

I've been using the java interop pattern. However, I need to be able to process a text image that may or may not be in a file. I do understand...

The `-J` parameter of `sjsonnet appears to prefer **left-hand** files over right-hand files. This change in behavior happened between `0.3.0` and `0.3.1`, so I think it makes sense to change...

I wanted to upgrade a project to Scala 3 that depends on sjsonnet. Is anyone working on a Scala 3 version?

Hello, I’ve encountered an intriguing inconsistency in how functions are converted to JSON across different Jsonnet implementations, specifically between Go/C++, and sjsonnet. ## Issue Description Attempting to manifest a function...

Hello, When attempting to load jsonnet/json values via std.extVar(), a stacktrace appear with sjsonnet when running in Windows. The same input files and sjsonnet jar works as expected in other...

This adds the option to provide the interpreter with a custom callback for `std.trace`, instead of only logging to stderr. This will allow for capturing structured trace output for linting.

The stdlib function std.parseInt uses a Java Int (32-bit) instead of arbitrary length or at least a 64-bit Long.