Skip to content

Commit 232e165

Browse files
cristianocglennsl
andauthored
Fix issue where generic compare on float values would be different … (rescript-lang#6042)
* Fix issue where generic compare on `float` values would be different from the compare for type `float` Fixes rescript-lang#6040 * test(float): more test cases for generic and non-generic comparisons * Add notequal tests. * format * Fix notequal tests * Fix generic operators. --------- Co-authored-by: glennsl <glenn@slotte.net>
1 parent e9b20ae commit 232e165

File tree

6 files changed

+440
-182
lines changed

6 files changed

+440
-182
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ These are only breaking changes for unformatted code.
7575
- Fix issue with integer overflow check https://github.com/rescript-lang/rescript-compiler/pull/6028
7676
- Fix issue with JSX V4 and newtype https://github.com/rescript-lang/rescript-compiler/pull/6029
7777
- Fix issue with JSX V4 when components are nested https://github.com/rescript-lang/rescript-compiler/pull/6031
78+
- Fix issue where generic compare on `float` values would be different from the compare for type `float` https://github.com/rescript-lang/rescript-compiler/pull/6042
7879

7980
#### :nail_care: Polish
8081

0 commit comments

Comments
 (0)