JuliaLang / Pkg.jl

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

Move `Unregistered.jl` used in testing to `JuliaLang` org? #3781

Open Seelengrab opened 8 months ago

Seelengrab commented 8 months ago

https://github.com/JuliaLang/Pkg.jl/blob/dbf114fa92a6b367e225aea504cce6f361b584e6/test/new.jl#L105

It's probably not a good idea to have Pkg add a somewhat random package not under the control of the JuliaLang org during its tests.

Not that I think this is malicious, to be clear :) The code is just a generated "Hello world" package after all.

DilumAluthge commented 8 months ago

Yeah, it would make sense to have it under JuliaLang.