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
I am calling revise() from my program to watch for changes and re-run tests, which I think is causing it to run from multiple threads. It looks like revise() isn't thread-safe (occasional exception below) but I wanted to confirm.
I am calling
revise()
from my program to watch for changes and re-run tests, which I think is causing it to run from multiple threads. It looks likerevise()
isn't thread-safe (occasional exception below) but I wanted to confirm.Revise v3.6.4
Julia 1.10.5
The text was updated successfully, but these errors were encountered: