Kristoffer Carlsson
Kristoffer Carlsson
One issue with this is that we allow downloading the package both from the PkgServer but also from GitHub. The GitHub download is just getting the repo as is so...
I think in theory it would be possible. `add url#version` would give you a different content hash than `add pkg@version` then but maybe that is not the end of the...
> and in both cases with just the src/ directory the packages folder is ~10% the size. This requires some distribution info. One package with some huge files will heavily...
The former is more awkward to work with though. For example if you want to `@time` it or profile it you need to `include` it from scratch but then you...
Not sure what is going on with the doc build... ``` Run julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()' Installed ArraysOfArrays ─ v0.6.5 Precompiling project... ✓ ArraysOfArrays ✓ ArraysOfArrays →...
Ah, thanks, that was not intended to commit. Weird that Pkg didn't complain about that indeed.
Yeah, I think that should be allowed.
Maybe dup of https://github.com/JuliaLang/Pkg.jl/issues/3842
> Tough to say, on the other hand the code allocates ~360MiB to do "nothing" Yeah, the point is not to blame the GC but to say we shouldn't need...
I added a branch here https://github.com/JuliaLang/Pkg.jl/tree/kc/timeroutput to do some TimerOutputting: ``` julia> @time Pkg.add("Plots") Resolving package versions... No packages added to or removed from `/tmp/jl_2HO1zH/Project.toml` No packages added to or...