-
Notifications
You must be signed in to change notification settings - Fork 70
Circular Dependency issues #713
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
Comments
Also hitting this |
Thanks for reporting this issue. |
I don't think it is possible |
So if we don't have more than two standard libraries as package extension it is fine, right? Please correct me if I'm mistaken, but I believe that, in the long term, the Julia devs intend for the standard libraries to be treated like any other packages in the ecosystem. |
I wouldn't remove 1.10 support for a while. It is the LTS release and IntervalArithmetic is used by some pretty large packages so not getting bug fixes would be a shame. |
I think that we can remove the Random extension altogether. We had this discussion in triage at some point and concluded that
All that being said, I see no problem having a different name function to do this (just like we have |
Yea that sounds reasonable. Do you have name ideas? |
I fully agree; let's avoid headaches!
My point in #709 was that such a function (say |
On the new releases it looks like #710 is creating a large number of circular dependency issues on 1.10.
Here is a MWE in a fresh environment
I believe this is related to JuliaObjects/Accessors.jl#192 and is discussed in some detail JuliaLang/julia#52511. A temporary solution is to revert #710, which is what Accessors did as well.
The text was updated successfully, but these errors were encountered: