Skip to content

Warning on Pkg.update() in Julia 1.13-beta1 #4604

@lbilli

Description

@lbilli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions