ocaml-ppx / ocaml-migrate-parsetree

DEPRECATED. See https://ocaml.org/changelog/2023-10-23-omp-deprecation. Convert OCaml parsetrees between different major versions
Other
87 stars 43 forks source link

Missing API: Convert #109

Closed Kakadu closed 3 years ago

Kakadu commented 3 years ago

We have had a module conversion between AST versions in release 1.8.0 https://github.com/ocaml-ppx/ocaml-migrate-parsetree/blob/v1.8.0/src/migrate_parsetree.ml#L95

But in the last release it seems to be (re)moved.

How should I proceed if I need to upgrade a project for new migrate-parsetree?

Kakadu commented 3 years ago

I found required code in the codebase of ppxlib.