-
Notifications
You must be signed in to change notification settings - Fork 17
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
Many method ambiguities #85
Comments
I was not; if you can share what they are, or better yet, submit a PR to fix, I would welcome the contribution! |
See below for the full output. As an example:
The actual error arrises when trying to compare a ChainedVectorIndex to a BigInt:
There is a suggested fix, to implement this (and other) methods also for a I suppose some of this can be solved with an extension to the meta-programming. Let me give it a go sometime this week or next to set up a branch with a fix and make a PR.
|
As part of a drive to improve the code quality of a Julia package, I checked for method ambiguities using Aqua. I found 17 ambiguities in our package and its dependencies, of which 13 are from SentinelArrays. These can be found using
Are you aware of this?
The text was updated successfully, but these errors were encountered: