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'd expect to be able to import with a depwarn, but get an error instead:
julia>import Base.Test: record
WARNING: Base.Test is deprecated, run `using Test` instead.
likely near no file:0
ERROR: invalid import path:"Test" does not name a module
The text was updated successfully, but these errors were encountered:
I'd expect to be able to import with a depwarn, but get an error instead:
The text was updated successfully, but these errors were encountered: