You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Gentype: Support mutual recursion in types (#6528)
* In GenType Add mutual recursive test
Signed-Off-By: Jono Prest <jjprest@gmail.com>
* In GenType add support for mutual recursion
Signed-Off-By: Jono Prest <jjprest@gmail.com>
* Refactor GenType support mutual type recursion
Signed-Off-By: Jono Prest <jjprest@gmail.com>
---------
Signed-off-by: Jono Prest <jjprest@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
- Add missing check that the runtime representation of variants matches implementation and interface. https://github.com/rescript-lang/rescript-compiler/pull/6513/files
22
22
- GenType: only export types (not values) from module types. https://github.com/rescript-lang/rescript-compiler/pull/6516
23
23
- Fix compiler crash with unboxed variant definition with only 1 constructor. https://github.com/rescript-lang/rescript-compiler/pull/6523
24
+
- GenType: support mutual recursive types inside modules. https://github.com/rescript-lang/rescript-compiler/pull/6528
0 commit comments