Skip to content

Releases: ocaml-ppx/ppxlib

0.9.0

01 Aug 09:25
Compare
Choose a tag to compare

Bump the version of the selected AST to 4.08

0.8.1

18 Jul 11:06
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Report errors according to the value of OCAML_ERROR_STYLE and
    OCAML_COLOR in the standalone driver (#83, @NathanReb)

0.8.0

27 May 14:06
f15e464
Compare
Choose a tag to compare
Merge pull request #79 from ocaml-ppx/remove-parser-copy

Remove the copy of the parser

0.7.0

27 May 13:11
8d2ce31
Compare
Choose a tag to compare

Support for OCaml 4.08

0.6.0

15 Apr 16:00
5e0c329
Compare
Choose a tag to compare

CHANGES:

  • Set Location.input_name to the original filename when reading a
    binary AST (#.., @diml)

0.5.0

10 Jan 16:52
Compare
Choose a tag to compare

CHANGES:

  • Add an (** @inline *) to the include generated when silencing
    warning 32 (#58, @trefis)

  • Add Ppxlib.mk_named_sig and Ppxlib.is_polymorphic_variant (#57,
    @trefis)

0.4.0

16 Dec 00:07
Compare
Choose a tag to compare

CHANGES:

  • Do not report errors about dropped or uninterpreted attributes
    starting with _ (#46, fix #40, @diml)

  • Fix he special_function rule for dotted operators and allow
    Longident.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 and refmt 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

10 Sep 10:37
Compare
Choose a tag to compare

CHANGES:

  • 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.2.2

10 Sep 10:44
Compare
Choose a tag to compare

CHANGES:

  • Let the tool name pass throught when used as a -ppx (#41, @diml)

0.2.1

01 Jun 16:55
Compare
Choose a tag to compare
  • Allow to set the suffix of corrected files