package ppx_type_conv

  1. Overview
  2. Docs
Support Library for type-driven code generators

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.1.tar.gz
md5=85dbc534149d79dc775c11689614366b

CHANGES.md.html

v0.9.1

  • Accept the ppx_deriving syntax for derivers arguments

  • Backport changes from master to allow better interaction with ppx_deriving 4.2

113.43.00

  • Use the new context-free API

  • Change a behavior in ppx_type_conv: attributes inside the type definition such as @default are not removed. This is not really a big deal as we still check that they are used. We could restore this bevavior with a full pass at the end to remove used attributes.

113.33.01

  • Make the ppx_deriving glue more resilient to small changes in ppx_deriving. Related to whitequark/ppx_deriving#94

113.24.00

  • Kill the nonrec rewrite done by typerep. It is no longer needed since 4.02.2, we kept it only for compatibility with the camlp4 code.

  • Cleanup in type_conv: remove Type_conv.Generator_result.make_at_the_end, which was a hack to remove warnings. We can do it better now, and because this is only for signatures, the code generation issue what we had in simplify-type-conv-ignore-unused-warning doesn't apply.

  • Update to follow Ppx_core evolution.