julia
c3d25333 - Infrastructure for hiding backtrace frames

Commit
5 years ago
Infrastructure for hiding backtrace frames This implements a hide_in_backtrace meta which may be attached to individual methods (via a flag on the CodeInfo) to mark them for hiding in backtraces. Use this infrastructure to hide several julia methods by default (these can still be seen using the internal_funcs flag to backtrace()) * error(), backtrace(), stacktrace() * keyword sorters
Author
Committer
Parents
Loading