rescript-lang / rescript-lang/rescript
Add rewatch as an alternative build system to eventually replace bsb
Open
@cknitt is already working on this.
Since Aug 25, 2024.
build
infrastructure
- Dominant language
- OCaml
- Stars
- 7.5k
- Forks
- 485
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 55
Description
- Add rewatch to compiler repo + CI + the rescript npm package (as an experimental alternative to bsb)
- Use rewatch to build the standard libraries (OCaml stdlib, Caml_*, Belt, Js)
- (Move Core into the compiler, move other stdlibs out of the compiler, ...)
- Remove bsb, do not ship any compiled stdlib artifacts with the ReScript npm package anymore (see https://github.com/rescript-lang/rescript-compiler/issues/6183)
- Remove bsb support from reanalyze https://github.com/rescript-lang/rescript/pull/8149/files#diff-f762e3324f935368317a5ac639e27f6b323a29eef74b2aa6340db6d82c370195R137
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.