- Bump ppxlib's AST to 4.11 (#180, @NathanReb)
- Add accessors for
code_path
andtool_name
toExpansion_context.Base
(#173, @jberdine) - Add
cases
methods to traversal classes inAst_traverse
(#183, @pitag-ha)
Driver.register_transformation
: add optional parameter~instrument
(#161, @pitag-ha)- Add missing
Location.init
(#165, @pitag-ha) - Upgrade to ocaml-migrate-parsetree.2.0.0 (#164, @ceastlund)
-
Remove
base
andstdio
dependencies (#151, @ceastlund) -
Update README and opam description (#155, @jeremiedimino)
-
Fix
Driver.partition_transformation
(#156, @NathanReb) -
Implement name mangling for
ppxlib_traverse
(#159, @ceastlund)
-
Bump ppxlib's AST to 4.10 (#130, @NathanReb)
-
Remove omp_config from
Expansion_context
and replace it withtool_name
(#149, @NathanReb) -
Change undocumented
Ppxlib.Driver.map_structure
to return a ppxlib'sstructure
instead of aMigrate_parsetree.Driver.some_structure
. (#153, @NathanReb)
-
Add 'metaquot.' prefix to disambiguate metaquote extensions (#121, @ceastlund)
-
Bump dune language to 1.11 since the cinaps extension requires at least Dune 1.11 (#126, @diml)
- Support for OCaml 4.10 (#109, @xclerc)
- Invariant check on locations (#107, @trefis)
-
Do not produce a suprious empty correction when deriving_inline expands into an extension that undergoes further expansion (#86, @aalekseyev)
-
Add
Ppxlib.Quoter
. This module allows to generate hygienic code fragments in the spirit of ppx_deriving. (#92, @rgrinberg) -
Allow for registering derivers on module type declarations. (#94, fix #83, @rgrinberg)
-
Fix parsing long idenitifiers. (#98, @NathanReb)
- Bump AST to 4.08 (#80, @xclerc)
- Report errors according to the value of
OCAML_ERROR_STYLE
andOCAML_COLOR
in the standalone driver (#83, @NathanReb)
- Set
Location.input_name
to the original filename when reading a binary AST (#.., @diml)
-
Add an
(** @inline *)
to the include generated when silencing warning 32 (#58, @trefis) -
Add
Ppxlib.mk_named_sig
andPpxlib.is_polymorphic_variant
(#57, @trefis)
-
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)
-
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)
-
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)
-
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)
Initial release.