Pkg.jl icon indicating copy to clipboard operation
Pkg.jl copied to clipboard

Pkg - Package manager for the Julia programming language

Results 287 Pkg.jl issues
Sort by recently updated
recently updated
newest added

Fixed a few typos.

I find myself often trying to switch to the `Pkg REPL` while already in the `Pkg REPL`, resulting in the command error-ing out. This PR trims accidental leading `]` so...

Fix https://github.com/JuliaLang/Pkg.jl/issues/3147. - [x] add tests

Something like: 1.2.3 --> 1.2.4 --------- italic font 1.2.3 --> 1.3.1 --------- normal font 1.2.3 --> 2.0.1 --------- bold font or have different shades of a colour for them.

Actually, `Pkg.Types.STDLIBS_BY_VERSION` is still there, but it is now an empty vector. Consumers (e.g. BinaryBuilder) must populate it.

Backport https://github.com/JuliaLang/Pkg.jl/pull/2654. Fix https://github.com/JuliaLang/Pkg.jl/issues/3159.

I have a centralized depot with artifacts (second position in `DEPOT_PATH`). Running `Pkg.gc()` removes artifacts in this depot using julia `1.6` ... https://github.com/JuliaLang/Pkg.jl/pull/2654 fixes the issue (on`1.7`, no removal since...

Probably not the best practice but `]add` of branches with "#" in the name throws an error: E.g. let's say I want to add the branch `rem_vertexSAFE#33` from https://github.com/filchristou/MetaGraphsNext.jl.git ```julia...

Regarding https://github.com/JuliaLang/julia/issues/42687 Switch to Pkg mode from shell mode.