Skip to content

Remove delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid) hacks? #13634

@lgoettgens

Description

@lgoettgens

We have a bunch of recipes that include the above line, in most cases in a block like

# See https://github.com/JuliaLang/Pkg.jl/issues/2942
# Once this Pkg issue is resolved, this must be removed
uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)

The referenced issue JuliaLang/Pkg.jl#2942 is closed since last fall, and I think the fix is available in Yggdrasil since the used julia version got bumped from 1.7 to 1.12. Does that mean that we could (or must) remove these hacks from all 27 recipes?

cc @fingolfin @benlorenz @giordano

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions