FileIO.jl
FileIO.jl copied to clipboard
Reintroduce stacktrace trimming
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.