ocaml-ppx / ppx_import

Less redundancy in type declarations and signatures
MIT License
89 stars 29 forks source link

update for 4.06.0 #19

Closed gasche closed 6 years ago

gasche commented 6 years ago

Now that ppx_deriving 4.2.1 was released and support 4.06, I can test this PR with a 4.06 tester as well. The plan is to make a new ppx_import release if it passes.

ejgallego commented 6 years ago

This fixes all my problems combining ppx_import with other stuff in 4.06.0 , thanks a lot @gasche !

gasche commented 6 years ago

@avsm or @whitequark: do you have the ability to give me commit rights to this directory? My plan is to make a 4.06-support release after merging this PR.

whitequark commented 6 years ago

@gasche I already sent you an invite, check here: https://github.com/ocaml-ppx/ppx_import/invitations

gasche commented 6 years ago

Oh, sorry. Thanks!

gasche commented 6 years ago

Release PR: https://github.com/ocaml/opam-repository/pull/10836

(I made a minor mistake when preparing the release, I thought 1.3 was already out and went for 1.4, while 1.3 was only in preparation with changes by @xguerin. I decided to tag and release both at once, but only 1.4 has 4.06 support.)