-
-
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
std() type instability? #21811
Comments
Ah, looks like a dup of #21794. Well, at least it's a reminder to explicitly specify the result type of |
But why does it work for |
It doesn't if you supply the keyword so the version without keywords is probably handled in a special way. However, to pass the keyword values from |
The "Performance tips" section of the manual is somewhat cryptic and doesn't describe the problem that we see here. The more relevant details are in #10443, #15468. |
|
Julia 0.5.2
Julia 0.6rc-1
The 1st problem is type instability.
The 2nd problem is that for functions taking keyword arguments I cannot get the meaningful output since it only shows the wrapper call (but note that
var()
result is correctly inferred asFloat64
):The text was updated successfully, but these errors were encountered: