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
Revise-test: make sure all workers load Revise (#36124)
This fixes the errors
```
julia> Base.runtests(["REPL", "cartesian"]; revise=true)
ERROR: LoadError: On worker 2:
UndefVarError: Revise not defined
```
and then later
```
julia> Base.runtests(["REPL", "cartesian"]; revise=true)
ERROR: LoadError: On worker 2:
UndefVarError: STDLIBS not defined
```
0 commit comments