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

Various fixes for reinterpret(reshape, T, a) #37858

Merged
merged 1 commit into from
Oct 4, 2020

Conversation

timholy
Copy link
Sponsor Member

@timholy timholy commented Oct 2, 2020

I detected these while porting ImageCore to use the new reinterpret machinery. Most of these are no big deal, but the base/reshapedarray.jl change is emblematic of precisely the problem I worried about in #37559: that IndexStyle has had just two subtypes, IndexLinear and IndexCartesian, for so long that it's likely this has been assumed to be all the possible choices. It won't be surprising if some packages need migration too.

@timholy timholy merged commit 55a6dab into master Oct 4, 2020
@timholy timholy deleted the teh/more_reinterpretarray branch October 4, 2020 09:06
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.

1 participant