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

remove stale broadcasted_indices #1012

Merged
merged 1 commit into from
Mar 14, 2022
Merged

remove stale broadcasted_indices #1012

merged 1 commit into from
Mar 14, 2022

Conversation

thchr
Copy link
Collaborator

@thchr thchr commented Mar 10, 2022

This is a minor nit found while playing around with JET.jl's report_package (the other highlights from that appeared to be false positives as far as I could see, so that's nice).

Justification is in the commit message.

@thchr
Copy link
Collaborator Author

thchr commented Mar 10, 2022

CI is having a hard time with some internal out-of-memory errors. Shouldn't be related to this though (but somewhat annoying; same sporadic failures for CI restarted 3 times).

- referenced non-extant `indices`
- `broadcasted_indices` was deprecated to `broadcasted_axes` in JuliaLang/julia#25377
- `broadcasted_axes` was then replaced by plain `axes` JuliaLang/julia@a2feccf
- StaticArrays already has `axes` methods
@thchr thchr merged commit e35134c into JuliaArrays:master Mar 14, 2022
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