Closed xvw closed 2 months ago
Taking account of your feedbacks @voodoos, thanks! Two question:
Misc_utils.Compat
(now Typedtree_utils.Compat
) seems not used, even in ocaml-lsp
, should we keep it?* `Misc_utils.Compat` (now `Typedtree_utils.Compat`) seems not used, even in `ocaml-lsp`, should we keep it?
It is not used because we eventually did not make a multi-version release of ocaml-lsp. I would keep it for now, it should be useful when we try again to to it. (No need to keep the Compat module however, you can extract the functions that are inside.)
Done!
Introduction of a module
Merlin_analysis.Typedtree_utils
that can be used inlsp
. Here, it introduces two function to refactor inferInterface and actionInline.