mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 23:07:14 +02:00
Fixes multiple issues with stack traces leading to missing stack trace lines. Also, we no longer put builtin context on the line which *calls* the builtin as if it was a part of the builtin itself. Code for stack trace handling was centralized. We no longer need traceElement argument in ~every function. Now the stack trace state is kept solely in the interpreter. |
||
---|---|---|
.. | ||
BUILD.bazel | ||
desugarer_test.go | ||
desugarer.go | ||
program.go | ||
static_analyzer_test.go | ||
static_analyzer.go |