-
Notifications
You must be signed in to change notification settings - Fork 323
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
Stack trace when Enso script finishes with a Panic is upside down #9934
Comments
Probably result of my rewrite to Java - #9810 |
2 tasks
Jaroslav Tulach reports a new STANDUP for yesterday (2024-05-14): Progress: - planning meeting
|
mergify bot
pushed a commit
that referenced
this issue
May 15, 2024
Fixes #9934 by reversing the order of `dropInitJava` frames.
github-project-automation
bot
moved this from 👁️ Code review
to 🟢 Accepted
in Issues Board
May 15, 2024
Jaroslav Tulach reports a new STANDUP for yesterday (2024-05-15): Progress: - merged stacktrace: #9954
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try running the following example file:
Actual behaviour
Expected behaviour
The panic-throw location should be at the top of the trace, the order should be reversed.
The text was updated successfully, but these errors were encountered: