-
-
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
sub(sub(A,...),...) violates type-stability of range indexes #4284
Comments
The commit a4088e0 did not change anything in the example for me on OSX. see: https://gist.github.com/ivarne/047711ccc285335e4468 |
Sorry, I tested a different example than the one I posted, then pushed too hastily. To fix this example, you also need 219e60f, which applies the same fix to another spot in the code. |
OK. Just wanted to notify you in case you didn't notice.
|
Below, note that
C
hasRange{Int}
indexes, notRange1{Int}
indexes:The text was updated successfully, but these errors were encountered: