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

Use ocaml-compiler-libs package #110

Open EduardoRFS opened 3 years ago

EduardoRFS commented 3 years ago

Currently when importing ocaml-migrate-parsetree all the packages under compilerlibs.common are added to the environment, this is problematic when there is copies of OCaml code, because now the error messages are always Types/1.signature not Types/2.signature, using ocaml-compiler-libs solves that.

If no one is against this I will implement it in the following days.