databricks / sjsonnet

Apache License 2.0
266 stars 54 forks source link

allow custom trace callback #193

Open carl-db opened 11 months ago

carl-db commented 11 months ago

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.

lihaoyi-databricks commented 11 months ago

Looks good to me I think, just get CI passing and I can merge it