package ppxlib
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a3d74b4187fe44ab2277b94234a16be6bac512fedcf42965ffc297fb0d3d7007
md5=bf164142e98fa9bb6f8ee923fbd1d9f4
CHANGES.md.html
0.4.0
Do not report errors about dropped or uninterpreted attributes starting with
_
(#46, fix #40, @diml)Fix he
special_function
rule for dotted operators and allowLongident.parse
to parse dotted operators (#44, @Octachron)Port to
dune
and remove use of bash (#45, @rgrinberg)Ignore all attribites starting with
_
(#46, @diml)Reserve the
reason
andrefmt
namespaces (#46, @diml)Reserve the
metaocaml
namespace (#50, @rgrinberg)Fix attribute extraction for Otag/Rtag (#51, @xclerc)
Do not relocate files unless
-loc-filename
is passed (#55, @hhugo)Perserve the filename in the output (#56, @hhugo)
0.3.1
Add
Attribute.declare_with_name_loc
(#33, @diml)Let the tool name pass throught when used as a -ppx (#41, @diml)
Update the AST to 4.06 (#8, @xclerc)
0.3.0
Update the AST to 4.06 (#8, @xclerc)
Deprecate old references to type_conv in argument and rewriter names and add new ones mentioning deriving instead (#7, #9 @xclerc)
Fix compatibility with
-safe-string
(#10, @hhugo)Restore tests (#11, @xclerc)
Allow to set the suffix of corrected files (#15, @diml)
Restore compatibility with OCaml 4.04.x (#16, @xclerc)
0.2.0
Make sure to import command line arguments registered with ocaml-migrate-parsetree (#5, @diml)
Fix an issue where cookies set from the command line sometimes disappeared (#6, @diml)
0.1.0
Initial release.