-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Inference failure for typed concatenation #13254
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
Labels
potential benchmark
Could make a good benchmark in BaseBenchmarks
regression
Regression in behavior compared to a previous version
Comments
This is actually a regression from 0.3.
|
Let's widen the scope.
Many of the result types are not concrete and some of them are regressions from 0.3.
|
Thanks for the thorough analysis here. |
bjarthur
pushed a commit
to bjarthur/julia
that referenced
this issue
Oct 27, 2015
JeffBezanson
added a commit
that referenced
this issue
Oct 31, 2015
(cherry picked from commit 94b2b20)
Just a note for posterity (ref #13834 (comment)) that this change was responsible for a roughly 15% slowdown in the rand_mat_stat benchmark. |
Worth creating a separate issue for? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
potential benchmark
Could make a good benchmark in BaseBenchmarks
regression
Regression in behavior compared to a previous version
The typed concatenation T[a:b] is deprecated in favor of T[a:b;]. However, the latter fails to infer result type correctly.
The text was updated successfully, but these errors were encountered: