ReTest.jl
ReTest.jl copied to clipboard
Deprecation of catch_stack causes slowdown
Using the built-in testing approach i.e. running ] test, my code slowed down to a crawl so I had to quit Julia.
It was presumably caused by ReTest calling the deprecated catch_stack.
Would it be possible to not use this in newer version of Julia?