-
-
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
Fix #10124 by adding check for undefined behaviour #14520
Conversation
Looks like this is failing the whitespace test. |
c9914ea
to
aa739ec
Compare
Updated. Is there an easy way to add the whitespace check as a pre-commit hook? |
Ah, figured it out:
|
is this overly conservative?
for example, |
Yes, these methods would not be valid in that case (note that The extra condition that I've added |
Fix #10124 by adding check for undefined behaviour
Hmmm, I suspect this PR has turned a similar test failure on AArch64 into an abort. Not exactly sure what happens yet trying to get a backtrace. |
Actually the failing test passes and it is probably something else going wrong. |
this may actually have been worked around by JuliaLang#14520, not sure
this may actually have been worked around by #14520, not sure
this may actually have been worked around by #14520, not sure
Fixes #10124, also adds explanation of logic. Checked on ARM machine.
cc: @eschnett, @nkottary, @ViralBShah