-
-
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
ambiguous method definitions in linalg/symmetric #8769
Comments
I've changed the title of this issue: the real problem here is that linalg/symmetric apparently has some ambiguous method definitions. The "could not show value of type Tuple" is just a symptom: at this stage of the bootstrap process it can't properly output the method signatures, I think. |
cc: @andreasnoack, as git blames you for the lines mentioned above. |
Hm. I haven't changed anything in that file for a while but I'll look into it. |
I cannot reproduce the ambiguity warnings on neither my Mac or a Ubuntu server. Do you get them if you do I don't think you should be worried. |
I got those warnings on the jb/call_constructors branch, and had to fix them here: The warning is technically correct, though pedantic. A better question is why it would happen on some systems and not others. |
I've seen it episodically on my own system---most of the time it compiles without issuing that warning, but occasionally it pops up. I'm sure that helps a lot 😄. Referencing #6187, JuliaImages/Images.jl#76, JuliaImages/Images.jl#59. |
I build Julia (dev) on OS X from source. I see the warnings shown below during boostrap. Should I worry? I see these warnings on OS X, but not on Linux.
The text was updated successfully, but these errors were encountered: