Bisect_ppx is a code coverage tool for OCaml. It helps you test
thoroughly by showing which parts of your code are *not* tested. It is
a small preprocessor that inserts instrumentation at places in your
code, such as if-then-else and match expressions. After you run tests,
Bisect_ppx gives a nice HTML report showing which places were visited
and which were missed.
Usage is simple - add package bisect_ppx when building tests, run your
tests, then run the Bisect_ppx report tool on the generated visitation
files.
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jun 27 2024 Jerry James <loganjerry@gmail.com> - 2.8.3-11
- Rebuild for ocaml-sexplib0 0.17.0
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 2.8.3-10
- OCaml 5.2.0 ppc64le fix
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 2.8.3-9
- OCaml 5.2.0 for Fedora 41
* Fri Feb 02 2024 Jerry James <loganjerry@gmail.com> - 2.8.3-8
- Rebuild for changed ocamlx hashes
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 2.8.3-5
- OCaml 5.1.1 + s390x code gen fix for Fedora 40
* Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 2.8.3-4
- OCaml 5.1.1 rebuild for Fedora 40
* Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 2.8.3-3
- OCaml 5.1 rebuild for Fedora 40
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 18 2023 Jerry James <loganjerry@gmail.com> - 2.8.3-1
- Version 2.8.3
- Drop upstreamed patches
* Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 2.8.2-3
- OCaml 5.0 rebuild for Fedora 39
* Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 2.8.2-2
- OCaml 5.0.0 rebuild
* Fri Apr 14 2023 Jerry James <loganjerry@gmail.com> - 2.8.2-1
- Version 2.8.2
- Drop upstreamed ppat-construct patch
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 2.8.1-8
- Rebuild OCaml packages for F38
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Oct 31 2022 Jerry James <loganjerry@gmail.com> - 2.8.1-6
- Rebuild for ocaml-ppxlib 0.28.0
- Add patch to adapt to changed API in ppxlib 0.28.0
* Tue Sep 20 2022 Jerry James <loganjerry@gmail.com> - 2.8.1-5
- Rebuild for ocaml-cmdliner 1.1.1
* Thu Aug 18 2022 Jerry James <loganjerry@gmail.com> - 2.8.1-4
- Rebuild for ocaml-ppxlib 0.27.0
- Convert License tag to SPDX
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 2.8.1-2
- Use new OCaml macros