diff --git a/src/Types.jl b/src/Types.jl index 859b93221a..aa5d82f2a4 100644 --- a/src/Types.jl +++ b/src/Types.jl @@ -460,7 +460,7 @@ is_project_uuid(env::EnvCache, uuid::UUID) = project_uuid(env) == uuid # Context # ########### -const FORMER_STDLIBS = ["DelimitedFiles", "Statistics"] +const FORMER_STDLIBS = ["DelimitedFiles", "Statistics", "SharedArrays", "Distributed"] const FORMER_STDLIBS_UUIDS = Set{UUID}() const STDLIB = Ref{DictStdLibs}() function load_stdlib()