Kristoffer Carlsson
Kristoffer Carlsson
Dup of https://github.com/JuliaLang/Pkg.jl/issues/3199
Maybe https://github.com/JuliaLang/Pkg.jl/pull/3807 was related to this. Not sure.
You need to have an active environment with a project file with `Package` as a dependency for `using Package` to work.
How does the precompile spinner relate to your internet connection?
I'm bit sure this should be part of `add`. It feels more like a `generate` thing.
The reason it is shown is that package versions during tests are not always the same as what you are running with in normal cases and you also have the...
Could maybe be an LLVM upgrade where the vectorizer now does a worse job?
I bisected this to dbd82a4dbab0582a345679eb83b2d99d40c0356a (https://github.com/JuliaLang/julia/pull/49747). It's a bit funny because in the PR it shows that sparse matmul seems to have gotten the biggest *improvement* from this change. Also,...
JuliaInterpreter issue, the breakpoints are busted since the change to kwcall.
Yep: ``` Expression: ensure_resolved(Pkg.Types.Context(), Pkg.Types.Manifest(), [p]) Expected: Pkg.Types.PkgError("Package PackageSpec(\n path = test_packages/Example\n version = *\n) has neither name nor uuid") Thrown: Pkg.Types.PkgError("no active project") no active project ``` it's not...