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 803520e commit 808203fCopy full SHA for 808203f
base/Base.jl
@@ -603,7 +603,7 @@ function __init__()
603
init_active_project()
604
append!(empty!(_sysimage_modules), keys(loaded_modules))
605
empty!(explicit_loaded_modules)
606
- @assert isempty(loaded_precompiles)
+ empty!(loaded_precompiles) # If we load a packageimage when building the image this might not be empty
607
for (mod, key) in module_keys
608
loaded_precompiles[key => module_build_id(mod)] = mod
609
end
0 commit comments