rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

Consolidate Stdlib APIs before v12 release

Open cknitt opened this issue 1 year ago • 1 comments

Creating this issue here for tracking as https://github.com/rescript-association/rescript-core is in a different org.

Before v12 release, the APIs of the new Core standard library that has just been merged into the compiler repo should be as stable as possible.

Known issues:

  • [x] https://github.com/rescript-association/rescript-core/issues/192
  • [x] https://github.com/rescript-association/rescript-core/issues/206
  • [x] Docstrings missing for some modules
  • [ ] Comby migration script outdated/incomplete
  • [ ] Make sure to use Stdlib instead of Core everywhere (e.g. also tests/tests/src/stdlib instead of tests/tests/src/core)

cknitt avatar Oct 24 '24 13:10 cknitt

Still some more docstrings missing, but that is tracked in another issue: #7546

fhammerschmidt avatar Jun 12 '25 16:06 fhammerschmidt