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

Stack trace reversed in juno #374

Open
baggepinnen opened this issue Aug 3, 2017 · 2 comments · May be fixed by JunoLab/Atom.jl#114
Open

Stack trace reversed in juno #374

baggepinnen opened this issue Aug 3, 2017 · 2 comments · May be fixed by JunoLab/Atom.jl#114

Comments

@baggepinnen
Copy link

When given a stack trace in the REPL, the innermost call is displayed on top, and the outermost in the bottom. In error pop-ups in Atom/Juno, this order is reversed, with the innermost call in the bottom. It may seem like a small detail, but frequently confuses me when I’m inspecting the traces.

Brief discussion in https://discourse.julialang.org/t/stack-trace-reversed-in-juno/5199

@baggepinnen
Copy link
Author

This is even more relevant now when the REPL is the standard console inside Juno..

@pfitzseb pfitzseb reopened this Jan 29, 2018
@marius311
Copy link

+1 for using ordering consistent with the REPL. The fact that Juno is backwards has left me in a confused limbo state where I have to stare at any backtrace I see, whether Juno or REPL, for like 5 minutes to make sure I'm actually understanding the order correctly.

@pfitzseb pfitzseb linked a pull request Jan 29, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants