julia icon indicating copy to clipboard operation
julia copied to clipboard

debug bumping 1.12 Pkg

Open KristofferC opened this issue 6 months ago • 2 comments

There was some CI error when bumping Pkg to the latest 1.12. I'll use this branch to debug it.

KristofferC avatar Jun 09 '25 09:06 KristofferC

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.

KristofferC avatar Jun 11 '25 08:06 KristofferC

Seems to work now after testing reverting https://github.com/JuliaLang/Pkg.jl/pull/4151.

KristofferC avatar Jun 11 '25 10:06 KristofferC