Conversation
|
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. |
|
This fixes all my problems combining ppx_import with other stuff in 4.06.0 , thanks a lot @gasche ! |
|
@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. |
|
@gasche I already sent you an invite, check here: https://github.com/ocaml-ppx/ppx_import/invitations |
|
Oh, sorry. Thanks! |
|
Release PR: ocaml/opam-repository#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.) |
CHANGES: 1.6 --- * ocaml-migrate-parsetree + dune support ocaml-ppx/ppx_import#26 (Jérémie Dimino & Emilio Jesús Gallego Arias) * Move to OPAM 2.0, adapt Travis CI. (Emilio Jesús Gallego Arias) 1.5 --- * OCaml 4.07 support ocaml-ppx/ppx_import#24 (Damien Doligez) * Call the type-checker (through compiler-libs) instead of reading `.cmi` files directly, to correctly resolve module aliases. ocaml-ppx/ppx_import#25 (Gabriel Scherer) 1.4 --- * OCaml 4.06 support ocaml-ppx/ppx_import#19 (Gabriel Scherer) 1.3 --- * Also allow extraction of module types from the current module's interface file. ocaml-ppx/ppx_import#12 (Xavier Guérin) 1.2 --- * Allow extracting types from the current module's interface file. (Xavier Guérin) 1.1 --- * OCaml 4.03 support. (whitequark) 1.0 --- * Allow extracting types from module types. (whitequark) 0.1 --- * Initial release. (whitequark)
No description provided.