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

Quoting @KristofferC in https://github.com/JuliaLang/Pkg.jl/pull/3099#pullrequestreview-996200799 because it's a good idea that we should keep track of > I think we should show the hints using REPL mode or API mode depending...

Trying to [make `BinaryBuilderBase` work with Julia nightly](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/pull/129) I found that `Pkg.add([PackageSpec("GMP_jll")]; julia_version=v"1.6")` does _nothing_: ``` julia> using Pkg, UUIDs (@v1.8) pkg> activate --temp Activating new project at `/tmp/jl_KrcKAp` julia>...

```julia julia> using Pkg julia> Pkg.activate(; temp=true, io=devnull) julia> ctx = Pkg.Types.Context(; julia_version=nothing); julia> Pkg.add(ctx, [Pkg.Types.PackageSpec(; name = "LibCURL_jll", tree_hash = Base.SHA1("cab60d2381bf2a404bcccccb7b3f861aafcb3ad8"))]) Resolving package versions... Updating `/tmp/jl_xnCKPo/Project.toml` [deac9b47] + LibCURL_jll...

```julia julia> using Pkg julia> Pkg.activate(; temp=true, io=devnull) julia> spec = Pkg.PackageSpec(; name = "Example", version = Pkg.Types.VersionSpec("0.5.3")); julia> Pkg.add(Pkg.Types.Context(), [spec]; io=devnull) julia> spec PackageSpec( name = Example uuid =...

I didn't see any issue for this but let me know if it's a duplicate. (This is usually fixed fine by `rm`ing and `add`ing the registry, but many users don't...

In the upcoming 1.6 it is possible to hit the following error (https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/9561ec5_vs_aafae8a/PATHSolver.primary.log) ``` PkgEval failed: MethodError: no method matching isless(::Int64, ::Nothing) Closest candidates are: isless(::Any, !Matched::Missing) at missing.jl:88 isless(!Matched::Missing,...

resolver

PackageCompiler kind of needs this since there is otherwise no easy way of collecting artifacts that both include lazy artifacts (which you can do with `select_downloadable_artifacts` directly) and dynamic artifacts...

Unregistered packages cannot be freed but must be re-added, ref. https://discourse.julialang.org/t/free-dev-ed-path/29065/6

It'd be really nice to actually return a value from `Pkg.status` that is then displayed (instead of having it print as a side-effect). The motivating use-case here for me is...

Hi I am getting hash issue trying to add zstd. This is on CentOS 7.9 server. ``` _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _...