Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ocamlformat-ignore

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- Replace `-bs-diagnose` with `-debug-ir` and make IR diagnostic artifacts deterministic, compilation-local, and easy to clean. https://github.com/rescript-lang/rescript/pull/8535
- Replace CPPO-based browser conditionals with Dune-selected native and playground compiler implementations. https://github.com/rescript-lang/rescript/pull/8541
- Replace compiler data-structure CPPO specializations with OCaml functors. https://github.com/rescript-lang/rescript/pull/8542
- Remove the obsolete CPPO generator for frozen Belt runtime specializations. https://github.com/rescript-lang/rescript/pull/8543

# 13.0.0-alpha.5

Expand Down
3 changes: 0 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
(ocaml
(>= 5.0.0))
dune
; Used by packages/@rescript/runtime/scripts/cppo.js to regenerate checked-in ReScript sources.
(cppo
(= 1.8.0))
(flow_parser
(= 0.267.0))
(ocamlformat
Expand Down
232 changes: 0 additions & 232 deletions packages/@rescript/runtime/cppo/belt_Set.res.cppo

This file was deleted.

Loading
Loading