In Julia 1.13-beta1, when running Pkg.update(), the following warning about Pkg.gc() occasionally shows up:
(@v1.13) pkg> up
Updating registry at `~/.julia/registries/General.toml`
Project No packages added to or removed from `~/.julia/environments/v1.13/Project.toml`
Manifest No packages added to or removed from `~/.julia/environments/v1.13/Manifest.toml`
Precompiling packages finished.
1 dependency successfully precompiled in 3 seconds. 149 already precompiled.
Info We haven't cleaned this depot up for a bit, running Pkg.gc()...
┌ Warning: The `collect_delay` parameter is no longer used. Packages are now deleted immediately when they become unreachable.
└ @ Pkg.API ~/apps/julia-1.13.0-beta1/share/julia/stdlib/v1.13/Pkg/src/API.jl:616
In Julia 1.13-beta1, when running
Pkg.update(), the followingwarningaboutPkg.gc()occasionally shows up: