julia icon indicating copy to clipboard operation
julia copied to clipboard

prevent `package_callbacks` to run multiple time for a single package

Open KristofferC opened this issue 1 year ago • 1 comments

Introduced in https://github.com/JuliaLang/julia/pull/52841.

KristofferC avatar Apr 25 '24 09:04 KristofferC

Should this keep track of which packages have had their callbacks run somewhere, so that we can assert they are run exactly once?

topolarity avatar Apr 25 '24 23:04 topolarity

That's kind of what this does, no? I'll merge for now at least.

KristofferC avatar May 02 '24 15:05 KristofferC