You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompatHelper currently errors on many Stdlib packages. For example, in the actions of this repo:
┌ Error: The dependency was not found in any of the registries
│ dep.package.name = "Dates"
│ dep = CompatHelper.DepInfo(CompatHelper.Package("Dates", UUID("ade2ca70-3891-5945-98fb-dc099432e06a")), nothing, VersionSpec("1"), "1")
└ @ CompatHelper ~/.julia/packages/CompatHelper/2q0Gp/src/utilities/new_versions.jl:198
CompatHelper looks in the registries to get the versions of packages. So this likely needs to be fixed in the General registry (by registering those stdlibs in the General registry).
CompatHelper currently errors on many Stdlib packages. For example, in the actions of this repo:
https://github.com/JuliaRegistries/CompatHelper.jl/actions/runs/10712142909/job/29702058646
The text was updated successfully, but these errors were encountered: