JuliaLang / Pkg.jl

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

WIP: Add entries to `[sources]` automatically if package is added by URL or devved #3826

Open KristofferC opened 7 months ago

KristofferC commented 7 months ago

Aimed to implement https://github.com/JuliaLang/Pkg.jl/pull/3783#issuecomment-1971225694

Regarding API, is there a way we can make Pkg.add(path=some_local_path) add the package at some_local_path to the [sources] section?

Some CI errors here and I probably won't get to that for a while.