We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4370edb commit a2c67a7Copy full SHA for a2c67a7
base/Base.jl
@@ -647,7 +647,7 @@ function __init__()
647
init_active_project()
648
append!(empty!(_sysimage_modules), keys(loaded_modules))
649
empty!(explicit_loaded_modules)
650
- @assert isempty(loaded_precompiles)
+ empty!(loaded_precompiles) # If we load a packageimage when building the image this might not be empty
651
for (mod, key) in module_keys
652
loaded_precompiles[key => module_build_id(mod)] = mod
653
end
0 commit comments