go-jsonnet/internal/program
Stanisław Barzowski 797bfd89ed Better handling of stack traces.
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.
2020-11-21 15:36:05 +01:00
..
BUILD.bazel Make parser package internal 2019-09-03 17:28:33 +02:00
desugarer_test.go Address review comments 2019-08-28 20:16:47 +01:00
desugarer.go Better handling of stack traces. 2020-11-21 15:36:05 +01:00
program.go Anonymous Import Locations 2020-09-08 17:27:47 +02:00
static_analyzer_test.go Address review comments 2019-08-28 20:16:47 +01:00
static_analyzer.go Refactor to allow interleaving optional and positional params 2020-03-05 09:33:21 +01:00