mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-16 02:41:27 +02:00
* Location, error formatting and stack trace improvements * Static context for AST nodes * Thunks no longer need `name` * Prototype for showing snippets in error messages (old format still available) * Use ast.Function to represent methods and local function sugar. * Change tests so that the error output is pretty
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
testdata/arrcomp_if4:1:33-34 Unknown variable: y
|
|
|
|
[[x, y] for x in [1,2,3,4,5] if y == 3 for y in [1,2,3,4,5]]
|
|
|
|
|