You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't possible through the normal route. That first stacktrace is emitted outside the REPL, so it doesn't flow through my code. It doesn't use the show_backtrace path at all.
Ideally, frames 2-7 would be stripped I think, but only when called via the REPL?
It presumably goes through showerror(io::IO, ex::LoadError, bt; backtrace=true) and then from there to show_backtrace, but doesn't seem like I can overwrite it via a package. May be stuck using earlier versions of the functions?
Perhaps this can't be considered until being put into Base?
A note: You don't need any of it because the information is provided in the in expression starting section now. Except apparently sometimes it is not? Hmm.
Consider trimming top-level frames when an error is encountered when
using
a package.To reproduce, just add an undefined variable name inside a module then trigger precompilation via
using
.The text was updated successfully, but these errors were encountered: