-
Notifications
You must be signed in to change notification settings - Fork 471
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
New package: Eternity2Solvers v0.1.0 #109682
New package: Eternity2Solvers v0.1.0 #109682
Conversation
JuliaRegistrator
commented
Jun 24, 2024
•
edited
Loading
edited
- Registering package: Eternity2Solvers
- Repository: https://github.com/jwortmann/Eternity2Solvers.jl
- Created by: @jwortmann
- Version: v0.1.0
- Commit: fe4f36481a36ea214034777afbe0a62b647fa20a
- Reviewed by: @jwortmann
- Reference: jwortmann/Eternity2Puzzles.jl@fe4f364#commitcomment-143599575
- Description: An implementation of the Eternity II puzzle in Julia
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. New package registrationPlease make sure that you have read the package naming guidelines. 2. AutoMerge Guidelines which are not met ❌
3. Needs action: here's what to do next
If you need help fixing the AutoMerge issues, or want your pull request to be manually merged instead, please post a comment explaining what you need help with or why you would like this pull request to be manually merged. Then, send a message to the 4. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |
Hello, I can't reproduce the precompile failures of the GameZero and SimpleDirectMediaLayer dependencies using Julia 1.10.4 on Windows 11.
And if anybody knows how to fix the precompile failures, tips would be welcome! |
UUID: 7b8a590-5f29-49cd-9d3d-d6aab43f7c56 Repo: https://github.com/jwortmann/Eternity2Solvers.jl.git Tree: efab026ce03b45369b1cc9024ea4ff84c609585c Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
f308df9
to
7bb09ad
Compare
According to the open issue at JuliaMultimedia/SimpleDirectMediaLayer.jl#80 it seems that the SimpleDirectMediaLayer.jl dependency is currently incompatible with Julia 1.10 on Ubuntu. Is there anything I could do so that my package could still be added to the registry? I guess there is no mechanism to restrict packages to certain operating systems, e.g. only Windows? |
I decided to rename the package to Eternity2Puzzles.jl and initiated a new PR #110870. So this PR here can be closed now (I'm unable to do that myself because it was opened by the registrator bot). Unfortunately the CI runner indicates that the SimpleDirectMediaLayer.jl dependency is still broken on Ubuntu (failed to precompile). Does it mean that the registration of my package is blocked indefinitely, and that other packages using SimpleDirectMediaLayer.jl as a dependency (e.g. GameZero.jl) are blocked from doing new releases? I would appreciate any guidance about how to proceed. |
You could upper bound Julia to 1.9 for now, but it's hardly ideal. Otherwise I don't know. There is always an option of manual merges, but that's also not ideal. |
@jwortmann , I know this is closed now, but this issue was fixed this morning |
Thank you very much, I pushed an update in my other PR and indeed the package is successfully registered now. 👍 As a sidenote @Kyjor, it was actually reading one of your forum threads what motivated me to create this package. So thanks for the inspiration :) |
@jwortmann Awesome, glad you were finally able to get it registered. And that makes me so happy to hear! :) When I see things like that, it motivates me to keep doing what I'm doing |