-
Notifications
You must be signed in to change notification settings - Fork 463
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
Update compat for LazyArtifacts #92622
Conversation
vchuravy
commented
Oct 2, 2023
- Update LazyArtifacts compat
- register new version
This pull request has been inactive for 30 days and will be automatically closed 7 days from now. If this pull request should not be closed, please either (1) fix the AutoMerge issues and re-trigger Registrator, which will automatically update the pull request, or (2) post a comment explaining why you would like this pull request to be manually merged. [noblock] |
@DilumAluthge My preferred plan of action is to run the CompatStdlibUpdater for all stdlibs and then register the stdlibs one by one. |
48e7bfa
to
cd548ea
Compare
I think this should have just used "1" everywhere. |
Tbh it probably should have used |
There's no version 0.0.0 in the registry, only 1.3 and 1.11 |
When you do e.g. |
But LazyArtifacts isn't a stdlib in Julia v1.3, is it? |
The bug can still show up in later Julia versions. In e.g. Julia 1.8 and 1.9, if you do Pkg operations during your test suite, then you (and all of your recursive dependencies) need to have |