I confirmed that this works. Thanks!
In details:
- In the
pkg>prompt, typeregistry add git@github.com:JuliaRegistries/General. This creates a.julia/registries/Generalfolder, which is agit cloneof the general registry - Go to
.julia/registriesand delete/renameGeneral.toml, so that the default up-to-date registry is skipped. Pkg will fall back to the/Generalfolder’s registry - Go to
/General, typegit rev-list -1 --before="2026-01-22" master(with the desired date) to get the commit from that date. - Check out that commit
]upyour packages to get the packages from that date
Then git bisect etc. can be used inside /General to find the culprit.