-
Notifications
You must be signed in to change notification settings - Fork 3k
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
compiler: Fix some vestigial +0.0/-0.0 issues #7902
compiler: Fix some vestigial +0.0/-0.0 issues #7902
Conversation
CT Test Results 2 files 323 suites 8m 48s ⏱️ Results for commit 34ef50c. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
cd8df67
to
78d76a3
Compare
Thanks for this quick fix.
Still crashes with
|
Thanks, I'll get right on it :) |
This PR also seems to have introduced a new bug:
Crashes erlc with
but only with this PR. |
Two other testcases with the same symptom:
and
|
Thanks, I had introduced some inconsistencies in the lattice, I've pushed up a new version now :) |
78d76a3
to
653e6c6
Compare
erlfuzz has run for more than 1h with no bug found (it was finding one every 5 to 10mn before this latest fix), so it seems to be fixed for good, thanks! |
1697ed9
to
5624839
Compare
5624839
to
34ef50c
Compare
Fixes #7901