Skip to content

Bisect_ppx 1.3.1

Compare
Choose a tag to compare
@aantron aantron released this 05 Oct 22:53
· 629 commits to master since this release

Compatibility with OCaml 4.06

  • Do not treat bytes and string as equivalent types.

Bugs fixed

  • Reporter tool now has better usage/help output (76220cf).
  • Various documentation improvements.
  • Reduce chance of generated identifier collisions, and make collision a compile-time error (#160).

Simplifications

  • Drop pre-visited points (BISECT-VISIT), and implement them as ignored points (#159).
  • Remove -simple-cases PPX option. This was an internal feature.
  • Remove -inexhaustive-matching PPX option. This was an internal feature.
  • Internal source code improvements, including a complete reorganization of the PPX.