-
Notifications
You must be signed in to change notification settings - Fork 824
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 Singlepass issue #2347 #2391
Conversation
Issue #2159 is the same bug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks!
I believe the best place to write those unit tests (the one your wrote, and the one from #2159) is in tests/wast/wasmer/
. Is it OK for you to do it?
Also please, do not forget to update the CHANGELOG.md
file :-).
Ok, I will update it. |
@Hywan Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename the following files:
tests/wast/wasmer/nan-canonicalization-bug1.wast
totests/…/issue-2347.wast
tests/wast/wasmer/nan-canonicalization-bug2.wast
totests/…/issue-2159.wast
please :-)?
And then we are good!
No, we must keep the name with This bug is only triggered when |
Good catch @chenyukang! Can we have then this names instead?
Thanks! |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
2391: Fix Singlepass issue #2347 r=Hywan a=chenyukang # Description Fix Singlepass compiler issue: #2347 I'm not sure whether the unit test case added to a suitable file. Any better suggestion? @syrusakbary Edit by @Hywan: Close #2347, close #2159. Co-authored-by: yukang <[email protected]> Co-authored-by: Yukang <[email protected]>
Just realized that we might want further review on this PR. bors r- |
Canceled. |
bors r+ |
Description
Fix Singlepass compiler issue: #2347
I'm not sure whether the unit test case added to a suitable file.
Any better suggestion?
@syrusakbary
Edit by @Hywan: Close #2347, close #2159.