-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
🐛 Error stack trace line numbers are incorrect #21106
Labels
bug
Something isn't working correctly
Comments
Error
stack trace line numbers are incorrect
Error
stack trace line numbers are incorrect
This was already fixed in last release (1.38.0) - denoland/deno_ast#182 |
@lucacasonato , thanks for the (prior) fix and response. |
rivy
added a commit
to rivy/deno.dxx
that referenced
this issue
Nov 23, 2023
- ref: [🐛 Error stack trace line numbers are incorrect](denoland/deno#21106)
rivy
added a commit
to rivy/deno.dxx
that referenced
this issue
Nov 24, 2023
- ref: [🐛 Error stack trace line numbers are incorrect](denoland/deno#21106)
rivy
added a commit
to rivy/deno.dxx
that referenced
this issue
Nov 24, 2023
- ref: [🐛 Error stack trace line numbers are incorrect](denoland/deno#21106)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've run into stack traces with incorrect line numbers for certain source file constructions involving code blocks.
Here's a minimal example...
The incorrect line numbers occur under POSIX and WinOS.
In bisecting the problem; it looks like the regression started back in Deno v1.23.0 (and continues up to my current version, Deno v1.37.2).
Related to #20643 and/or #20993?
The text was updated successfully, but these errors were encountered: