-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Infinite loop in compilation (with AxisArrays) #22248
Comments
This does not occur on |
So can it be closed then? What's the action here? Bisect to figure out what fixed it? |
No, I mean it's upstream from 0.6, on master. |
A bisect might work to find out what introduced this, but since it's such a finicky example that might not find the actual underlying bug. |
Is this fixed by #21933 now? |
Yep, looks like that did it 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to distill this so it didn't require AxisArrays with no luck. It seems to be a pretty complex interaction.
Making
A
const
fixes it. Assigning the tuples to variables fixes it. Callingop
with a numerical dimension instead of anAxis
fixes it.This happens on
master
(80369bf7b4
as of this post) and is not SIGINTable.The text was updated successfully, but these errors were encountered: