You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@
16
16
17
17
- Add experimental command to `rescript-tools` for formatting all ReScript code blocks in markdown. Either in a markdown file directly, or inside of docstrings in ReScript code. https://github.com/rescript-lang/rescript/pull/7598
18
18
19
+
#### :house: Internal
20
+
21
+
- Remove uncurried handling from rewatch. https://github.com/rescript-lang/rescript/pull/7625
// v11 is always uncurried except iff explicitly set to false in the root rescript.json
452
-
Some(false) => vec![],
453
-
_ => vec!["-uncurried".to_string()],
454
-
},
455
-
Ok(false) => vec![],
456
-
Err(_) => {
457
-
eprintln!(
458
-
"Could not establish Rescript Version number for uncurried mode. Defaulting to Rescript < 11, disabling uncurried mode. Please specify an exact version if you need > 11 and default uncurried mode. Version: {}",
0 commit comments