Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
11.1.3 source code.tar.gz | 2024-07-26 | 4.4 MB | |
11.1.3 source code.zip | 2024-07-26 | 7.2 MB | |
README.md | 2024-07-26 | 1.0 kB | |
Totals: 3 Items | 11.6 MB | 0 |
:bug: Bug Fix
- Fix tag function location on compiler error. https://github.com/rescript-lang/rescript-compiler/pull/6816
- Fix Deno compatibility issues on Windows. https://github.com/rescript-lang/rescript-compiler/pull/6850
- Fix issue with infinite loops with type errors on recursive types. https://github.com/rescript-lang/rescript-compiler/pull/6867
- Ignore
@uncurry
attribute in uncurried mode, to avoid generating calls toCurry
at runtime. https://github.com/rescript-lang/rescript-compiler/pull/6869 - Avoid generating calls to Curry when adjusting arity of uncurried functions. https://github.com/rescript-lang/rescript-compiler/pull/6870
- Fix build after calling without
-warn-error
, see https://github.com/rescript-lang/rescript-compiler/issues/6868 for more details. https://github.com/rescript-lang/rescript-compiler/pull/6877 - Fix issue with uninitialized
_param
in recursive functions with unit argument. https://github.com/rescript-lang/rescript-compiler/pull/6907