Bisect_ppx 1.3.1
Compatibility with OCaml 4.06
- Do not treat
bytes
andstring
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.