-
-
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
1.7-beta2: type instability for matrix multiplication #41489
Comments
Note that in general, return type calculations with non-concrete types are always very fragile, because intermediary calls often have quite a few matching methods, so those calls will infer to |
Ah ok, so to be on the safe side one should start with a concrete type in the first place. |
Yeah, that's always better when you have the choice. |
* fix #41489: inference of `+(::Rational, Rational)` * implement review comments
Hi, I encountered a type instability in matrix multiplication
On 1.7-beta2:
On 1.6.1:
The text was updated successfully, but these errors were encountered: