Skip to content

Commit 8fbe1c1

Browse files
jmagaramcristianoc
andauthored
bigInt comparision (rescript-lang#6097)
* attempt at bigint compare * bigint compare tests * better tests * do not compare float and bigint * more bigint compare * add compare bigint to null ?? * ugh didn't realize about <> and = operators * only compare similar types * change log * convert test and caml_obj to RES format * remove duplication in switch * rename to @res.doc * Teach the custom command for ninja to build .res files The lib is built in a custom way because of... historical reasons and complications left in there. * remove big change * inline * Convert the old test too. --------- Co-authored-by: Cristiano Calcagno <cristianoc@users.noreply.github.com>
1 parent 86bf09c commit 8fbe1c1

14 files changed

+1119
-580
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ These are only breaking changes for unformatted code.
6464
- Fix issue where `foo(x,_)` in uncurried mode would generate a curried function https://github.com/rescript-lang/rescript-compiler/pull/6082
6565
- Fix printing of uncurried application when the lhs is a function definition https://github.com/rescript-lang/rescript-compiler/pull/6084
6666
- Fix parsing uncurried type starting with path https://github.com/rescript-lang/rescript-compiler/pull/6089
67+
- Fix bigInt comparison https://github.com/rescript-lang/rescript-compiler/pull/6097
6768

6869
#### :nail_care: Polish
6970

jscomp/runtime/caml_obj.ml

-384
This file was deleted.

0 commit comments

Comments
 (0)