-
Notifications
You must be signed in to change notification settings - Fork 63
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
Ambiguities with Base #448
Comments
Are any of these causing problems for you in practice? |
Not directly, but this leads to downstream test failures if a package checks for zero ambiguities without specifically excluding dependencies. This isn't a big issue as such, but would be nice to resolve this at some point. |
This is triggering a test failure in DualNumbers.jl:
https://github.com/JuliaDiff/DualNumbers.jl/runs/4397702757?check_suite_focus=true |
It is kinda annoying. |
I just marked the test in DualNumbers as broken… I agree with you that the person who cares about it should fix it |
Why is DualNumbers checking for ambiguities in Base (not with Base, which is implied by the DualNumbers argument, but actually in Base, because of the Base argument)? |
The text was updated successfully, but these errors were encountered: