-
Notifications
You must be signed in to change notification settings - Fork 25
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
Regression in ambiguities test #165
Comments
Some more information: this is with Julia 1.9.3 on macOS on ARM. If I interrupt via ctrl-C, this is the stacktrace I see:
|
Ok, so it seems that the Line 128 in ff9761b
blocks after about 152 ambiguities are printed and then wait until something gets cleared. I try to find a workaround, that can be backported to 0.6.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tried to reproduce the list of ambiguities for AbstractAlgebra.jl, via
Unfortunately, this just hangs in the ambiguities test. However, it works when I downgrade Aqua.jl to 0.6.3.
Using
git bisect
I determined that this regression was introduced in commit e391873 from PR #143 by @lgoettgens.The text was updated successfully, but these errors were encountered: