-
-
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
Inference failure in maximum
/ minimum
#43461
Comments
Looks like a regression. There's no such instablity on 1.6.4. |
Oh right, this one first appears on 1.7. My initial example was this, which fails at least from 1.4 onwards:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should this be able to infer the type?
The instability is in
Base.reducedim_init(identity, max, [1 2; 3 4], 1)
The text was updated successfully, but these errors were encountered: