Skip to content

weak deps don't load when prempting LOAD_PATH #48595

Closed
@t-bltg

Description

@t-bltg

I have a bunch of pushfirst!(LOAD_PATH, "...") in my startup.jl.

This prevents extensions from loading somehow:

julia> using ImageInTerminal
julia> using UnicodePlots
julia> "ImageInTerminalExt"  map(x -> x.name, collect(keys(Base.loaded_modules)))
false

I thought it was fixed by #48352, but it doesn't (this is on julia 1.9.0-beta4 (which has this PR backported)).

How can we debug extensions loading ?

cc @KristofferC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions