mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-04 16:01:04 +01: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
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
RUNTIME ERROR: Field name must be string, got number
|
|
-------------------------------------------------
|
|
testdata/fieldname_not_string:1:1-15 $
|
|
|
|
{ [1234]: 42 }
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|