Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad stacktrace annotation #58

Open
davydog187 opened this issue Nov 14, 2024 · 0 comments
Open

Bad stacktrace annotation #58

davydog187 opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@davydog187
Copy link
Contributor

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

@davydog187 davydog187 added bug Something isn't working help wanted Extra attention is needed labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant