-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
bad stack trace for errors in macros #15643
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
Comments
Basically the same on windows for 0.4 and 0.5! |
vtjnash
added a commit
that referenced
this issue
Aug 10, 2017
cuts down on complexity a bit (it now never needs to transition from Julia -> flisp -> Julia) and fixes backtraces from macros! (fix #15643)
vtjnash
added a commit
that referenced
this issue
Aug 11, 2017
cuts down on complexity a bit (it now never needs to transition from Julia -> flisp -> Julia) and fixes backtraces from macros! (fix #15643)
vtjnash
added a commit
that referenced
this issue
Aug 31, 2017
cuts down on complexity a bit (it now never needs to transition from Julia -> flisp -> Julia) and fixes backtraces from macros! (fix #15643)
vtjnash
added a commit
that referenced
this issue
Aug 31, 2017
cuts down on complexity a bit (it now never needs to transition from Julia -> flisp -> Julia) and fixes backtraces from macros! (fix #15643)
vtjnash
added a commit
that referenced
this issue
Aug 31, 2017
cuts down on complexity a bit (it now never needs to transition from Julia -> flisp -> Julia) and fixes backtraces from macros! (fix #15643)
vtjnash
added a commit
that referenced
this issue
Sep 5, 2017
cuts down on complexity a bit (it now never needs to transition from Julia -> flisp -> Julia) and fixes backtraces from macros! (fix #15643)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0.4:
Note that this is the line number after the actual begin block.
0.5:
it's a bit better, but still not that great. Especially, since even without the block, it still doesn't report the line number in the macro, and the macro can be arbitrarily deep in the stack trace but it will only report one line number...
julia --inline=no
doesn't change anything.Versions:
and
@vtjnash saying:
initially reported in #10595
The text was updated successfully, but these errors were encountered: