bisect_ppx

Code coverage for OCaml and ReScript (by aantron)

Bisect_ppx Alternatives

Similar projects and alternatives to bisect_ppx based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better bisect_ppx alternative or higher similarity.

bisect_ppx reviews and mentions

Posts with mentions or reviews of bisect_ppx. We have used some of these posts to build our list of alternatives and similar projects.
  • Debugging/Profiling/VM library for Ocaml.
    1 project | /r/ocaml | 21 Sep 2021
    It's not so clear to me what you want, the following come to mind: - if you want to "inspect the recursive calls" of a recursive function, you may not need any instrumentation: you can turn your function in open-recursion style, and provide a fixpoint combinator that does the inspection (see code below) - if you want to instrument the code globally, one easier-than-most approach is to use a ppx preprocessor to instrument the code (this assumes that the logic you want can be expressed as a slight modification of the user-written code), see ppx_bisect (code-coverage instrumentation) for example.

Stats

Basic bisect_ppx repo stats
1
297
5.3
about 1 month ago

aantron/bisect_ppx is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of bisect_ppx is OCaml.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com