Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+ppx_deriving.4.2 #10136

Merged
merged 2 commits into from
Aug 23, 2017
Merged

+ppx_deriving.4.2 #10136

merged 2 commits into from
Aug 23, 2017

Conversation

avsm
Copy link
Member

@avsm avsm commented Aug 22, 2017

The homepage for the project has now moved to:
https://github.com/ocaml-ppx/ppx_deriving

cc @whitequark @diml @gasche

* Add support for OCaml 4.05.0.
* Use the `ocaml-migrate-parsetree` library to support multiple
  versions of OCaml.
* Fix comparison order of fields in records (ocaml-ppx/ppx_deriving#136).
* Silence an `unused rec flag` warning in generated code (ocaml-ppx/ppx_deriving#137).
* Monomorphize comparison function for builtin types (ocaml-ppx/ppx_deriving#115)
* Raise an error when `type nonrec` is encountered (ocaml-ppx/ppx_deriving#116).
* Display an error message when dynamic package loading fails.
* Add a `with_path` option to `@@deriving` to skip the module path
  in generated code (ocaml-ppx/ppx_deriving#120).

The homepage for the project has now moved to:
<https://github.com/ocaml-ppx/ppx_deriving>
@camelus
Copy link
Contributor

camelus commented Aug 22, 2017

✅ All lint checks passed 0682e00
  • These packages passed lint tests: ppx_deriving.4.2

✅ Installability check (7309 → 7310)
  • new installable packages (1): ppx_deriving.4.2

@avsm avsm merged commit 2104a8c into ocaml:master Aug 23, 2017
@avsm avsm deleted the ppx_deriving.4.2 branch August 23, 2017 14:02
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.

2 participants