-
Notifications
You must be signed in to change notification settings - Fork 74
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
Some ambiguities found with Aqua #435
Comments
Thanks for this! In #403 many method invalidations were pointed out and that led to some improved package load times. Hopefully pursing this will as well. |
Closed with #436 |
Since this is still open:
I'm not exactly sure whose bug this is (MA or Polynomials), but AFAIK ambiguities sometimes require coordination between multiple packages, so I thought it's best to report this. |
Thanks. I wasn't sure how to manage this, thinking it lie with the other package. But I'll have alook to see. |
I tried to check my packages with Aqua.jl (just for fun).
Performing the ambiguity test strictly for my package I obtained no ambiguities in my code
However, without the
recursive = false
setting, I obtained a lot of complaints, which apparently originate fromPolynomials
. So, I performed the test only forPolynomials
and gotI wonder if this is of any relevance for this package.
The text was updated successfully, but these errors were encountered: