ocaml-ppx / ppxlib

Base library and tools for ppx rewriters
MIT License
246 stars 98 forks source link

Reflect comptibility with stable OCaml #411

Closed pitag-ha closed 1 year ago

pitag-ha commented 1 year ago

Since the AST reader was biased towards the current OCaml version, the trunk-support branch also supports stable OCaml versions.

panglesd commented 1 year ago

Actually, I forgot to look at the CI when reviewing... You need to add open Stdlib0 at the beginning of the migrate_500_501.ml and migrate_501_500.ml files to have those constraints.