We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd06439 commit 1992a31Copy full SHA for 1992a31
tools/src/tools.ml
@@ -1296,6 +1296,13 @@ end
1296
module StringMap = Map.Make (String)
1297
1298
module Migrate = struct
1299
+ (*
1300
+ Currently, the migrate command can handle:
1301
+ - Function calls, including mapping labelled/optional arguments between calls. Piped and not piped.
1302
+
1303
+ It _cannot_ (among much else) handle:
1304
+ - Changing position of unlabelled arguments (would be problematic with pipes etc)
1305
+ *)
1306
let makeMapper (deprecated_used : Cmt_utils.deprecated_used list) =
1307
let deprecated_function_calls =
1308
deprecated_used
0 commit comments