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

Rename indices to axes #38

Closed

Conversation

pablosanjose
Copy link

@pablosanjose pablosanjose commented Jan 1, 2018

OffsetArrays was failing in Julia master because e.g. Base.checkbounds now calls axes instead of indices (following JuliaLang/#25057), whose generic fallback fails for OffsetArrays. Here I just renamed the specialised indices to axes and _indices to _axes to fix this failure.

@fredrikekre
Copy link
Member

Included in #37

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.

2 participants