Skip to content

Commit ec0916c

Browse files
committed
Fix issue where generic compare on float values would be different from the compare for type float
Fixes #6040
1 parent e4303f1 commit ec0916c

File tree

6 files changed

+440
-182
lines changed

6 files changed

+440
-182
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- In GenType, check annotations also in module types to decide whether to produce the `.gen.tsx` file https://github.com/rescript-lang/rescript-compiler/pull/5903
4747
- Fix issue with JSX V4 and newtype https://github.com/rescript-lang/syntax/pull/737
4848
- Fix issue with JSX V4 when components are nested https://github.com/rescript-lang/syntax/pull/738
49+
- 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/6043
4950

5051
# 10.1.2
5152

0 commit comments

Comments
 (0)