Tags: mbarbin/ppxlib
Tags
Release 0.32.2-preview.1 CHANGES: This is an experimental release meant to ease testing of unreleased features. It is not meant for public consumption. - Driver: Change the construct generated to silence warning 34 to work better with coverage tools such as `bisect_ppx`. (ocaml-ppx#495, @mbarbin) - Driver: Add `-unused-code-warnings=force` command-line flag argument. (ocaml-ppx#490, @mbarbin) - Add `-unused-type-warnings` flag to the driver to allow users to disable the generation of warning 34 silencing structure items when using `[@@deriving ...]` on type declarations. (ocaml-ppx#493, @NathanReb)