mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +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.
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
RUNTIME ERROR: base64 can only base64 encode strings / arrays of single bytes, got number
|
|
-------------------------------------------------
|
|
testdata/builtinBase64_non_string_non_array:1:1-14 $
|
|
|
|
std.base64(1)
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|