Skip to content

Avoid circular dependency issue on 1.10 with Random #714

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

OlivierHnt
Copy link
Member

We cannot have two standard libraries as package extensions due to an error on 1.10 (see JuliaLang/julia#52511).
This makes Random a direct dependency.

Closes #713.

@OlivierHnt
Copy link
Member Author

OlivierHnt commented May 2, 2025

@ptiede can you check that everything works fine with this PR? (don't mind the CI errors, it's unrelated)

@ptiede
Copy link

ptiede commented May 2, 2025

Yep I can try later today!

@ptiede
Copy link

ptiede commented May 2, 2025

Yep this fixes my issues!

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

Successfully merging this pull request may close these issues.

Circular Dependency issues
2 participants