Skip to content

Commit 1992a31

Browse files
committed
comment
1 parent cd06439 commit 1992a31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/src/tools.ml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,13 @@ end
12961296
module StringMap = Map.Make (String)
12971297

12981298
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+
*)
12991306
let makeMapper (deprecated_used : Cmt_utils.deprecated_used list) =
13001307
let deprecated_function_calls =
13011308
deprecated_used

0 commit comments

Comments
 (0)