FileIO.jl icon indicating copy to clipboard operation
FileIO.jl copied to clipboard

Reintroduce stacktrace trimming

Open KristofferC opened this issue 2 months ago • 0 comments

In https://github.com/JuliaIO/FileIO.jl/pull/415 the handle_error function was updated to the new API of CapturedException, which just gives a backtrace to it (instead of a stacktrace). It was not obvious how to retain the existing trim! functionality, so that is now disabled on 1.13+. This should probably be reintroduced if possible.

KristofferC avatar Oct 07 '25 13:10 KristofferC