-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Ambiguity warnings #6487
Comments
One of the warnings was spurious (a manifestation of bug #6383), the other was legitimate (it needed to specify what to do with About the second one, note that I resolved it in favour of the method defined in tridiagonal.jl, since that keeps the sparseness in the result, but a more efficient method could be written for that particular case. |
Oh and BTW a tip on how to debug these things: look at the lines printed in the warnings, and if the ambiguity is not obvious define a function with the same two signatures at the REPL, which will then print what other signature is needed to disambiguate. |
That's a good tip. |
@carlobaldassi Thank you for fixing this and for the tip. |
I have just merged #6265. It provokes some ambiguity warnings that cannot be printed correctly. Cc: @JeffBezanson.
The text was updated successfully, but these errors were encountered: