Skip to content

Bad stacktrace annotation #58

@davydog187

Description

@davydog187

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions