janestreet / ppx_sexp_conv

Generation of S-expression conversion functions from type definitions
MIT License
88 stars 17 forks source link

Achieve compatibility with ppxlib 0.22.0 #32

Closed pitag-ha closed 3 years ago

pitag-ha commented 3 years ago

In ppxlib 0.22.0, the AST gets bumped to ocaml 4.12. This commit adapts to the compiler changes from 4.11 to 4.12: mainly, the introduction of injectivity to type declarations.

It would be good to merge this PR when ppxlib 0.22.0 gets released, which will be soon.

cc @NathanReb

aalekseyev commented 3 years ago

cc @cwong-ocaml

NathanReb commented 3 years ago

ppxlib.0.22.0 has now been released!

Kakadu commented 3 years ago

It would be great to merge this PR sooner then later :)