-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
@register
ambiguity
#788
Comments
Is there something actionable here? Searching on Github I don't see that we use |
Does not seem actionable to me, but not sure where else to report it. I'm not certain this is a Julia bug. |
I don’t get this warning in a clean environment with the latest Catalyst on 1.10. Are you using an older version? |
Yes, I'm on the latest. Did you run with |
Has it been a deprecation long enough to just make it error now? A release with that as an error would be a clear trigger. |
CI confirms the issue, @isaacsas: @ChrisRackauckas The issue is that the deprecated binding is still part of the names in the modules (as it should be): |
Should we just remove the deprecation path then? |
Very weird, thanks for checking! |
If there is a change we need to make here I'm happy to, but have no idea what is causing this (in Catalyst). |
JuliaSymbolics/Symbolics.jl#1071 solves this. |
Strange ambiguity pops up, even though
@register
is nowhere used.I tried the same in Symbolics, SymbolicUtils and ModelingToolkit and did not find the same behavior there.
I do not understand how it gets past:
https://github.com/JuliaLang/julia/blob/master/stdlib/Test/src/Test.jl#L2078
Since:
The text was updated successfully, but these errors were encountered: