-
Notifications
You must be signed in to change notification settings - Fork 39
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
We need to start opening PRs to add/update compat entries for stdlibs #456
Comments
We can do this automatically with https://github.com/KristofferC/StdlibRegistryCompatUpdater I can either do a PR per stdlib or one large one. |
There are two separate tasks here:
The first task will be done in #457. For the second task, @vchuravy it would be great if you can do this (with https://github.com/KristofferC/StdlibRegistryCompatUpdater, presumably). I think it might be easier to do a single large PR, but I would also be fine with a PR per stdlib. @KristofferC do you have a preference (single large PR versus one PR per stdlib)? |
This won't work (at least easily) for some stdlibs. SHA.jl changed from julia 1.7 to 1.8 from being version 1.7 to 0.7. More critical: Test.jl does not have any version number on julia 1.3 and earlier that can be used in a compat entry. See https://julialang.slack.com/archives/C67910KEH/p1697546952011759 |
See also:
[compat]
for stdlib dependencies RegistryCI.jl#516The text was updated successfully, but these errors were encountered: