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 Julia 1.11 #2018

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Fix Julia 1.11 #2018

merged 2 commits into from
Oct 1, 2024

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Sep 30, 2024

This PR effectively reverts part of #1920, and should (hopefully) fix CI on Julia 1.11. This should close #1923.

I don't think that this should actually be needed, but it seems that there have been changes to Julia Base's broadcasting that require multi-dimensional indexing.

@charleskawczynski
Copy link
Member Author

charleskawczynski commented Oct 1, 2024

Let's merge this, I think seeing upstream issues early will be useful, despite that I think this shouldn't be needed. At least support for multi-dimensional indexing is localized to this small section (before #1920, our dependency on it was much more widespread).

@charleskawczynski charleskawczynski merged commit e632054 into main Oct 1, 2024
20 of 21 checks passed
@charleskawczynski charleskawczynski deleted the ck/julia1p11 branch October 1, 2024 20:31
@charleskawczynski
Copy link
Member Author

Note to self: we could even evaluate these additional methods only if we're on julia 1.11 or greater, so that we don't accidentally depend on the multi-dimensional indexing anywhere else in julia 1.10. I may follow up on that.

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.

#1920 broke CI on Julia 1.11
1 participant