@time_imports
not showing extension parents
#55713
Labels
bug
Indicates an unexpected problem or unintended behavior
@time_imports
not showing extension parents
#55713
It seems that
EXT_PRIMED
which@time_imports
uses to figure out if the package is an ext and return its parent is empty throughout the load process, which didn't used to be the case. Works on 1.10. Broken on 1.11 too.julia/base/loading.jl
Line 1245 in 0c0fdf0
On 1.10
EXT_PRIMED
is only populated by_insert_extension_triggers
which is only called at the end of everything loading now.The text was updated successfully, but these errors were encountered: