Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show: improve processed StackTrace check (JuliaLang#54381)
This change is necessary for widely-typed vectors of stack traces to work correctly: ```julia Base.show_backtrace(stdout, convert(Vector{Any}, Base.stacktrace())) ``` which currently outputs a confusing error: ```julia Stacktrace: ERROR: MethodError: no method matching iterate(::Base.StackTraces.StackFrame) ... ```
- Loading branch information