Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on Stdlib packages #503

Open
rossviljoen opened this issue Sep 5, 2024 · 3 comments
Open

Errors on Stdlib packages #503

rossviljoen opened this issue Sep 5, 2024 · 3 comments

Comments

@rossviljoen
Copy link

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

https://github.com/JuliaRegistries/CompatHelper.jl/actions/runs/10712142909/job/29702058646

@rossviljoen
Copy link
Author

cc @DilumAluthge

@ValentinKaisermayer
Copy link

Seeing that too.

@DilumAluthge
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants