-
Notifications
You must be signed in to change notification settings - Fork 194
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
Aqua.jl found ambiguities #861
Comments
Thanks for the report. Luckily, I can't imagine that any of those ambiguities would be encountered in practice. |
Should these types be replaced with functions such as |
I don't know why they subtype |
Yes, my impression was as well that these types are more convenient and composable than separate functions, ans hence removing the supertype and the comparison operators might be the preferable solution. |
See #668 for the history. Is there any actual issue to fix here? I don't think the recommended policy is to fix all ambiguities when they don't cause actual problems, right? |
That said, it would be easy to fix the first series of ambiguities by defining |
The text was updated successfully, but these errors were encountered: