julia
julia copied to clipboard
debug bumping 1.12 Pkg
There was some CI error when bumping Pkg to the latest 1.12. I'll use this branch to debug it.
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 clear to me what backported commit would cause that so I guess I'll have to bisect it.
Seems to work now after testing reverting https://github.com/JuliaLang/Pkg.jl/pull/4151.