We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7a95c commit 6f6cae8Copy full SHA for 6f6cae8
base/precompilation.jl
@@ -171,7 +171,7 @@ function ExplicitEnv(envpath::String=Base.active_project())
171
sizehint!(weakdeps_expanded, length(deps))
172
sizehint!(extensions_expanded, length(deps))
173
174
- if proj_name !== nothing
+ if proj_name !== nothing && proj_uuid !== nothing
175
deps_expanded[proj_uuid] = filter!(!=(proj_uuid), collect(values(project_deps)))
176
extensions_expanded[proj_uuid] = project_extensions
177
path = get(project_d, "path", nothing)
0 commit comments