@@ -368,7 +368,7 @@ This is a minor bug fix release for 8.3.0
368
368
369
369
- #4679 better error message for nonrec GADT
370
370
371
- - #4671, #4678 better strategies to remove staled output for the build system
371
+ - #4671, #4678 better strategies to remove stale output for the build system
372
372
373
373
- #4676 (internal) add Config.syntax_kind so that some changes in super_errors can be made upstream
374
374
@@ -606,7 +606,7 @@ This is a minor bug fix release for 8.3.0
606
606
- #4190 (internal) remove bsdep which is not used
607
607
- #4188 better encoding around internals for performance and size
608
608
- #4155 fix React PPX regressions from 7.1.0 which caused a type error when writing recursive components.
609
- - #4185 remove staled tasks.json in bsb themes for vscode, leave it for users to keep it up to date
609
+ - #4185 remove stale tasks.json in bsb themes for vscode, leave it for users to keep it up to date
610
610
- #4159 #4161 #4182 improve the startup time, reducing both the size of cmi and cmj
611
611
- #4179 (internal) remove bsppx, use "bsc.exe -as-ppx" for editor tooling
612
612
- #4171 add a warning for using `fun%raw`, use `[%raw]` directly
@@ -844,7 +844,7 @@ Fixes
844
844
845
845
Fixes
846
846
847
- - #3615 pruning staled build artifacts in bsb, more robust to file changes (moving files around, renaming)
847
+ - #3615 pruning stale build artifacts in bsb, more robust to file changes (moving files around, renaming)
848
848
849
849
- #3609, #3914 Fix a fatal error in code generation
850
850
- #3598, #3595 Fix code generation when toplevel binding is partial match (edge case)
@@ -1313,7 +1313,7 @@ Features:
1313
1313
- #2112, introduced a key `suffix`, so that user can
1314
1314
choose `suffix : " .bs .js " `
1315
1315
- #2138, in combination of `.bs.js` suffix and `in-source` build,
1316
- bsb is able to remove staled build artifact
1316
+ bsb is able to remove stale build artifact
1317
1317
- #2091 bsc xx.cmi will print xx.mli so users can generate
1318
1318
mli in the beginning. `bsc -output-re xx.cmi` will print
1319
1319
it in reason syntax
0 commit comments