Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rescript-lang/rescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28475cac4d00b6c79e8a7c0eebd2b3d5c40dab7c
Choose a base ref
..
head repository: rescript-lang/rescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e9536a1075aba03e5e360b994731b27404b0799
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +1 −1 CHANGELOG.md
  2. +3 −0 jscomp/bsc/rescript_compiler_main.ml
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

#### :boom: Breaking Change

- `-bs-super-errors` flag has been removed along with Super_errors. https://github.com/rescript-lang/rescript-compiler/pull/6199
- `-bs-super-errors` flag has been deprecated along with Super_errors. https://github.com/rescript-lang/rescript-compiler/pull/6243

#### :bug: Bug Fix

3 changes: 3 additions & 0 deletions jscomp/bsc/rescript_compiler_main.ml
Original file line number Diff line number Diff line change
@@ -292,6 +292,9 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =

(******************************************************************************)

"-bs-super-errors", unit_call (fun _ -> ()),
"*deprecated* Better error message combined with other tools ";

"-unboxed-types", set Clflags.unboxed_types,
"*internal* Unannotated unboxable types will be unboxed";