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
* Stdlib namespace for Core modules
* fix gentype output
* commit another test
* commit new test output (that has errors)
* pipe completion for stdlib
* pick up another regex completion
* handle nopervasives, and open Stdlib by default
* commit more tests
* Reanalyze tests working again
* Fix Gentype for real
* Do not run analysis tests on Linux
* Cache reanalyze, too
* CHANGELOG
---------
Co-authored-by: Gabriel Nordeborn <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@
25
25
- Fix completion for application with tagged template. https://github.com/rescript-lang/rescript/pull/7278
26
26
- Fix error message for arity in the presence of optional arguments. https://github.com/rescript-lang/rescript/pull/7284
27
27
- Fix issue in functors with more than one argument (which are curried): emit nested function always. https://github.com/rescript-lang/rescript/pull/7273
28
-
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
28
+
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
29
+
- Stdlib namespace for Core modules (fixes name clashes with user modules). https://github.com/rescript-lang/rescript/pull/7285
0 commit comments