File tree Expand file tree Collapse file tree 5 files changed +22
-8
lines changed Expand file tree Collapse file tree 5 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1
- # Bisect_ppx   ; [ ![ version 0.2.6 ] [ version ]] [ releases ] [ ![ Travis status] [ travis-img ]] [ travis ] [ ![ Coverage] [ coveralls-img ]] [ coveralls ]
1
+ # Bisect_ppx   ; [ ![ version 1.0.0 ] [ version ]] [ releases ] [ ![ Travis status] [ travis-img ]] [ travis ] [ ![ Coverage] [ coveralls-img ]] [ coveralls ]
2
2
3
3
[ Bisect_ppx] [ self ] is a code coverage tool for OCaml. It helps you test
4
4
thoroughly by showing which parts of your code are ** not** tested. You can also
@@ -13,7 +13,7 @@ generates for itself.
13
13
14
14
[ self ] : https://github.com/rleonid/bisect_ppx
15
15
[ releases ] : https://github.com/rleonid/bisect_ppx/releases
16
- [ version ] : https://img.shields.io/badge/version-0.2.6 -blue.svg
16
+ [ version ] : https://img.shields.io/badge/version-1.0.0 -blue.svg
17
17
[ self-coverage ] : http://rleonid.github.io/bisect_ppx/coverage/
18
18
[ travis ] : https://travis-ci.org/rleonid/bisect_ppx/branches
19
19
[ travis-img ] : https://img.shields.io/travis/rleonid/bisect_ppx/master.svg
Original file line number Diff line number Diff line change
1
+ Version 1.0.0 (2016-02-09):
2
+ ---------------------------
3
+ - Redesign HTML reports.
4
+ - Put separate points on each clause of or-patterns.
5
+ - Put points on applications of |>.
6
+ - Eliminate -safe, -fast, -faster modes. All modes now fast and thread-safe.
7
+ - Improve integration with other ppx preprocessors.
8
+ - Install native ppx rewriter when possible.
9
+ - Adjust which points have which kinds.
10
+ - Clean up command-line help of bisect-ppx-report.
11
+ - Add Ocamlbuild plugin helper and "coverage" tag.
12
+ - New documentation.
13
+ - Testing, build, and packaging improvements.
14
+
1
15
Version 0.2.6 (2016-01-01):
2
16
--------------------------
3
17
- Fix missing 'function' and 'fun' expression instrumentation (Anton Bachin).
Original file line number Diff line number Diff line change 1
1
name: "bisect_ppx"
2
- version: "0.2.6 "
2
+ version: "1.0.0 "
3
3
opam-version: "1.2"
4
4
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
5
5
authors: [
Original file line number Diff line number Diff line change 1
- version="0.2.6 "
1
+ version="1.0.0 "
2
2
description="Code coverage for OCaml"
3
3
requires="bisect_ppx.runtime"
4
4
ppx="./bisect_ppx"
5
5
6
6
package "runtime" (
7
- version="0.2.6 "
7
+ version="1.0.0 "
8
8
description="Code coverage for OCaml"
9
9
archive(byte)="bisect.cma"
10
10
archive(native)="bisect.cmxa"
11
11
)
12
12
13
13
package "fast" (
14
- version="0.2.6 "
14
+ version="1.0.0 "
15
15
description="Code coverage for OCaml (deprecated package)"
16
16
requires="bisect_ppx"
17
17
)
18
18
19
19
package "plugin" (
20
- version="0.2.6 "
20
+ version="1.0.0 "
21
21
description="Bisect_ppx Ocamlbuild plugin"
22
22
archive(byte)="bisect_ppx_plugin.cma"
23
23
archive(native)="bisect_ppx_plugin.cmxa"
Original file line number Diff line number Diff line change 1
- let value = " 0.2.6 "
1
+ let value = " 1.0.0 "
You can’t perform that action at this time.
0 commit comments