julia
julia copied to clipboard
prevent `package_callbacks` to run multiple time for a single package
Introduced in https://github.com/JuliaLang/julia/pull/52841.
Should this keep track of which packages have had their callbacks run somewhere, so that we can assert they are run exactly once?
That's kind of what this does, no? I'll merge for now at least.