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

`Registry` has no docstring (in a recent nightly build). `Registry` is an exported symbol, so I feel that it would be relevant to have a docstring.

For #3340. It seems the `ERROR: Did not find a git repository at /path/to/git-submodule.jl` is generated from the code of ```julia if !isdir(joinpath(pkg.repo.source, ".git")) ... end ``` Then I suggest...

1. The output of `versioninfo()` ```log Julia Version 1.8.5 Commit 17cfb8e65ea (2023-01-08 06:45 UTC) Platform Info: OS: macOS (arm64-apple-darwin21.5.0) CPU: 8 × Apple M1 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1...

Got this strange error while importing a package I'm developing, but it doesn't look like an error on my side. I don't have a MWE here, only the stacktrace: ```julia...

This code runs on a thread, which makes this an unsafe data race to call this function: https://github.com/JuliaLang/Pkg.jl/blob/8c996799b0ae3d6cccf8a5f25744deb6640adb9e/ext/REPLExt/REPLExt.jl#L311-L321 It is VERY strongly inadvisable to have an `__init__` function defined in...

Fixes https://github.com/JuliaLang/Pkg.jl/issues/2928 The error that Downloads.download throws when out of space (on a Mac) is ``` julia> Downloads.download("https://julialang-s3.julialang.org/bin/mac/aarch64/1.10/julia-1.10.4-macaarch64.dmg", "/Volumes/RAMDisk/file") ERROR: SystemError: flush: No space left on device Stacktrace: [1] systemerror(p::String,...

artifacts
backport 1.10
backport 1.11

This makes use of the new functionality in HistoricalStdlibVersions [0] to properly pull out the dependency information in old stdlibs. This fixes https://github.com/JuliaPackaging/HistoricalStdlibVersions.jl/issues/9. [0] https://github.com/JuliaPackaging/HistoricalStdlibVersions.jl/pull/23

I find it annoying that `] test` always dumps the whole manifest before running tests. I'm almost never interested in that info and it's just noise to me most of...

`Pkg` has seen amazing improvements in the past few versions, with indicators for packages that are upgradeable, hindered from being upgraded, and so on. One feature I'm missing that I've...

Hi, I lost a manifest and I know when I ran some code. Say November 2022. I want to install packages at the latest version given the time uper bound...