Skip to content

Fix #7677: Fix comparisons involving NaN #7693

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

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

smarter
Copy link
Member

@smarter smarter commented Dec 6, 2019

This reverts the fix in 10cc2f8 which
was apparently incomplete since it doesn't handle i7677.scala correctly
and replace it by the original fix done in scalac in
scala/scala#5207. (It might have been possible
to fix the dotty version instead, but I'd rather keep the dotty backend
as close as possible to the scalac backend).

Since this commit contains code from scalac it is:

Co-Authored-By: Lukas Rytz lukas.rytz@gmail.com

This reverts the fix in 10cc2f8 which
was apparently incomplete since it doesn't handle i7677.scala correctly
and replace it by the original fix done in scalac in
scala/scala#5207. (It might have been possible
to fix the dotty version instead, but I'd rather keep the dotty backend
as close as possible to the scalac backend).

Since this commit contains code from scalac it is:

Co-Authored-By: Lukas Rytz <lukas.rytz@gmail.com>
@smarter smarter added this to the 0.21 Tech Preview milestone Dec 10, 2019
@smarter smarter merged commit 18bb540 into scala:master Dec 11, 2019
@smarter smarter deleted the nan-comparisons branch December 11, 2019 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants