You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: