File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,6 +164,12 @@ InteractiveUtils.code_lowered(err::KernelError; kwargs...) = code_lowered(err.jo
164164InteractiveUtils. code_typed (err:: KernelError ; kwargs... ) = code_typed (err. job; kwargs... )
165165InteractiveUtils. code_warntype (err:: KernelError ; kwargs... ) = code_warntype (err. job; kwargs... )
166166
167+ # Technically type-pirarcy
168+ InteractiveUtils. code_lowered (err:: Base.ExceptionStack ; kwargs... ) = InteractiveUtils. code_lowered (only (err. stack). exception; kwargs... )
169+ InteractiveUtils. code_typed (err:: Base.ExceptionStack ; kwargs... ) = InteractiveUtils. code_typed (only (err. stack). exception; kwargs... )
170+ InteractiveUtils. code_warntype (err:: Base.ExceptionStack ; kwargs... ) = InteractiveUtils. code_warntype (only (err. stack). exception; kwargs... )
171+
172+
167173struct jl_llvmf_dump
168174 TSM:: LLVM.API.LLVMOrcThreadSafeModuleRef
169175 F:: LLVM.API.LLVMValueRef
You can’t perform that action at this time.
0 commit comments