The commit in https://github.com/JuliaLang/Pkg.jl/commit/9472f56971fff99dc4f58b9de88fa4fccd8cc2f4 is backported to Pkg 1.11. This changes the signature of `complete_remote_package` to `complete_remote_package!(comps, partial; hint::Bool)`. This makes the check at https://github.com/fonsp/Pluto.jl/blob/47c87895bd709097b8d1ad285d74bf18ce104bda/src/packages/PkgCompat.jl#L294-L300 fail and Pluto fails to precompile, see for example https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/a71dd05_vs_8561cc3/PlutoHooks.primary.log. cc @fonsp
The commit in JuliaLang/Pkg.jl@9472f56 is backported to Pkg 1.11. This changes the signature of
complete_remote_packagetocomplete_remote_package!(comps, partial; hint::Bool). This makes the check at https://github.com/fonsp/Pluto.jl/blob/47c87895bd709097b8d1ad285d74bf18ce104bda/src/packages/PkgCompat.jl#L294-L300 fail and Pluto fails to precompile, see for example https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/a71dd05_vs_8561cc3/PlutoHooks.primary.log.cc @fonsp