Skip to content
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

fix scalar view indexing for julia v1.1 #195

Merged
merged 1 commit into from
Jan 1, 2019
Merged

fix scalar view indexing for julia v1.1 #195

merged 1 commit into from
Jan 1, 2019

Conversation

JeffBezanson
Copy link
Contributor

This was caused by a changed method specificity in 1.1. Tests now pass. The new specificity is arguably more useful, since now SubOrDArray will be more specific than SubArray more often, making it easier to override methods for the distributed case.

@vchuravy vchuravy merged commit e52ee78 into master Jan 1, 2019
@vchuravy vchuravy deleted the jb/11 branch January 1, 2019 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants