-
Notifications
You must be signed in to change notification settings - Fork 23
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
[BUG] Fix stacktraces on 1.3 #242
Comments
1.2 is fairly imminent, so it'd be great to get a fix for this is soon. |
Will fix this tomorrow. |
I'd suggest that for Juno you should report the entire exception stack in a similar way to This should be an improvement regardless of how we end up fixing JuliaLang/julia#31830 |
That'd be very different from the REPL, no? Or is the default backtrace printing going to change as well? Code:
REPL:
I suppose we could inject the error messages further down the stack into our normal backtrace printing though, so it'd look like:
|
This is the printing in 1.3-DEV currently:
|
Whether the root cause is printed first or last is a matter of taste. I kind of liked the root cause last so you don't have to go hunting for it by scrolling up too much. |
Stacktraces work fine on 1.2-RC, so there's a bit of a grace period to fix this :) |
No description provided.
The text was updated successfully, but these errors were encountered: