JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

rm `empty!` on `install_packages_hooks` #3934

Open IanButterworth opened 1 week ago

IanButterworth commented 1 week ago

Re. https://github.com/JuliaLang/Pkg.jl/issues/3933#issuecomment-2184088297

This was here because I wasn't sure whether it was possible for the __init__ to be run multiple times. But that seems to be guaranteed to not be allowed.