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

I'm thinking on this feature for a long time: it would be nice, if one could precompile all projects with one function call. It would be useful for example when...

precompile

Sorry if this a FAQ - are `Pkg.add()` and `add` do different things? Here, `Pkg.add()` adds a "#master" at the end, whereas `add` doesn't. ```julia (@MiniFB) pkg> add https://github.com/oheil/Luxor.jl#multi_drawing Updating...

There might be more than one issue, and maybe not all of them should be solved within `Pkg`. **Observation / issue 1**: Using Julia 1.7.2. Despite a new version of...

``` $ cat Project.toml name="MyProject" uuid="81de396f-a148-4a69-b217-b58614fed4bb" $ jlpkg resolve PkgError: expected the file `src/MyProject.jl` to exist for package `MyProject` at `/tmp/tmp.N0Z4kqJFBs` ```

In a project directory at ```console abcd/ $ pwd /home/jishnu/Dropbox/JuliaPackages/abcd ``` I launch julia using ```console abcd/ $ julia-1.8 --project=. ``` In julia ```julia julia> LOAD_PATH 4-element Vector{String}: "@" "/tmp/jl_ztlVMr"...

The precompile progress bar uses `sprint` to collect all output before printing it to the terminal. But this means that `displaysize` (which the progress meter looks at) will no longer...

Why can't these packages be upgraded, and instead causes other packages to get downgraded? [Manifest.toml.txt](https://github.com/JuliaLang/Pkg.jl/files/9007147/Manifest.toml.txt) [Project.toml.txt](https://github.com/JuliaLang/Pkg.jl/files/9007148/Project.toml.txt) ``` (@v1.8) pkg> up VectorizationBase Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Installed SpecialFunctions...

```julia $ julia -q --startup=no julia> versioninfo() Julia Version 1.8.0-rc1.1 Commit 93921644e4* (2022-06-22 12:42 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 12 × Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz WORD_SIZE:...

When I get a complicated conflict, I don't always know what to do. The error message is big and complicated. It would be useful if it suggested some options for...