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: utils/warnings.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -604,7 +604,7 @@ let message = function
604
604
|Bs_derive_warnings ->
605
605
"bs.deriving warning: "^ s
606
606
|Bs_fragile_externals ->
607
-
s ^" : the external name is inferred from val name is unsafe from refactoring when changing value name"
607
+
s ^" : using an empty string as a shorthand to infer the external's name from the value's name is dangerous when refactoring, and therefore deprecated"
0 commit comments