lua
lua copied to clipboard
Bad stacktrace annotation
When we have the following stacktrace
[
{{:luerl_lib_basic, :error_call, :undefined}, ["this step will fail"],
[file: "luerl_lib_basic.erl"]},
{"-no-name-", [tref: 196], [file: "-no-file-", line: 4]},
{"-no-name-", [], [file: "-no-file-", line: 38]}
]
We generate a stacktrace like
script line 4:error("this step will fail")
"-no-name-" with arguments ()
^--- self is incorrect for object with keys
This is not correct. This was error was created from an internal test case