Skip to content

Bisect_ppx 1.3.0

Compare
Choose a tag to compare
@aantron aantron released this 16 Aug 15:43
· 686 commits to master since this release

Planned to break in the future 2.0.0

  • The Ocamlbuild plugin will be factored out into its own OPAM package bisect_ppx-ocamlbuild, and the ocamlfind package will be changed to also have that name, instead of the current bisect_ppx.ocamlbuild. The new OPAM package is available now, since Bisect_ppx 1.3.0 (#146).
  • Delete ocamlfind package bisect_ppx.fast. It is a little-used alias for package bisect_ppx (#144).
  • Delete ocamlfind package bisect_ppx.plugin. It is a little-used alias for bisect_ppx.ocamlbuild (#144).

Additions

Bugs fixed

  • Don't instrument refutation cases (| p -> .) (#118, Gabriel Scherer).
  • Some builds failing with "unary operator expected" (#123, Brad Langel).
  • Better error messages for malformed bisect*.out files (#137, Emilio Jesús Gallego Arias).

Miscellaneous

  • Document bisect*.out file format (#138, Brad Langel).
  • Testing, build, debuggability improvements, including by Gabriel Scherer, Emilio Jesús Gallego Arias.