Sat, 04 May 2024 17:26:24 UTC | login

Information for build ocaml-bisect-ppx-2.3.2-3.fc33

ID157849
Package Nameocaml-bisect-ppx
Version2.3.2
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-bisect-ppx.git#a482b5869f41350644f50586a3de191c19d5579e
SummaryCode coverage for OCaml and Reason
DescriptionBisect_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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 09 May 2020 10:43:38 UTC
CompletedSat, 09 May 2020 11:17:35 UTC
Taskbuild (f33, /rpms/ocaml-bisect-ppx.git:a482b5869f41350644f50586a3de191c19d5579e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-bisect-ppx.git#a482b5869f41350644f50586a3de191c19d5579e'}}
Tags
f33
RPMs
src
ocaml-bisect-ppx-2.3.2-3.fc33.src.rpm (info) (download)
noarch
ocaml-bisect-ppx-doc-2.3.2-3.fc33.noarch.rpm (info) (download)
riscv64
ocaml-bisect-ppx-2.3.2-3.fc33.riscv64.rpm (info) (download)
ocaml-bisect-ppx-devel-2.3.2-3.fc33.riscv64.rpm (info) (download)
ocaml-bisect-ppx-debuginfo-2.3.2-3.fc33.riscv64.rpm (info) (download)
ocaml-bisect-ppx-debugsource-2.3.2-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 2.3.2-3 - OCaml 4.11.0+dev2-2020-04-22 rebuild * Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 2.3.2-2 - OCaml 4.11.0 pre-release attempt 2 * Sun Apr 19 2020 Jerry James <loganjerry@gmail.com> - 2.3.2-1 - Version 2.3.2 * Thu Apr 16 2020 Jerry James <loganjerry@gmail.com> - 2.3.1-1 - Version 2.3.1 - Add conditional for building documentation with odoc * Fri Apr 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-5.20200106.b2661bf - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-4.20200106.b2661bf - OCaml 4.10.0 final. - Disable the tests to avoid circular dependency. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3.20200106.b2661bf - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-2.20200106.b2661bf - OCaml 4.10.0+beta1 rebuild. * Wed Jan 08 2020 Jerry James <loganjerry@gmail.com> - 1.4.1-1.20200106.b2661bf - Initial RPM