Skip to content

fix for 4.07: Ident.t is now an abstract type#24

Merged
whitequark merged 1 commit intoocaml-ppx:masterfrom
damiendoligez:fix-for-4.07-ident
Jun 8, 2018
Merged

fix for 4.07: Ident.t is now an abstract type#24
whitequark merged 1 commit intoocaml-ppx:masterfrom
damiendoligez:fix-for-4.07-ident

Conversation

@damiendoligez
Copy link
Copy Markdown
Contributor

This is the non-problematic part extracted from #23

cc @gasche

@damiendoligez damiendoligez mentioned this pull request Jun 8, 2018
@gasche
Copy link
Copy Markdown
Contributor

gasche commented Jun 8, 2018

The travis CI fails on 4.02 and 4.03, apparently due to an incompatibility between the upstream opam repository and the opam version that the CI instances use. I am testing locally that the build still work on these version, then merging.

@gasche
Copy link
Copy Markdown
Contributor

gasche commented Jun 8, 2018

Apparently I can't merge in this repository (maybe because the CI failed?), but I was able to test that this PR builds fine under 4.03.0.

@whitequark whitequark merged commit cabf2d7 into ocaml-ppx:master Jun 8, 2018
@damiendoligez damiendoligez deleted the fix-for-4.07-ident branch June 11, 2018 12:40
ejgallego added a commit to ejgallego/opam-repository that referenced this pull request Nov 10, 2018
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants