Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
ppx_type_conv
accept the ppx_deriving
syntax for derivers arguments, which makes it easier for for people to switch from ppx_deriving
to ppx_type_conv
.@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.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.Ppx_core
evolution.