File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ v3.6.0 2019-03-01
2
+ -----------------
3
+
4
+ - A ` [%%cstruct type ...] ` declaration generates many values that
5
+ are potentially unused. The code generator in ` ppx_cstruct ` now
6
+ guarantees that there will be no more "unused value" (warning 32)
7
+ statements from use of the ppx form. (#228 @emillon )
8
+ - Actually run the ppx tests instead of just building them.
9
+ (#227 @emillon to fix #226 from @XVilka )
10
+
11
+
1
12
v3.5.0 2019-02-26
2
13
-----------------
3
14
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
4
4
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5
- "Mindy Preston" "Thomas Leonard" ]
5
+ "Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
6
6
homepage: "https://github.com/mirage/ocaml-cstruct"
7
7
license: "ISC"
8
8
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
4
4
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5
- "Mindy Preston" "Thomas Leonard" ]
5
+ "Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
6
6
homepage: "https://github.com/mirage/ocaml-cstruct"
7
7
license: "ISC"
8
8
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
4
4
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5
- "Mindy Preston" "Thomas Leonard" ]
5
+ "Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
6
6
homepage: "https://github.com/mirage/ocaml-cstruct"
7
7
license: "ISC"
8
8
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
4
4
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5
- "Mindy Preston" "Thomas Leonard" "Anton Kochkov" ]
5
+ "Mindy Preston" "Thomas Leonard" "Anton Kochkov" "Etienne Millon" ]
6
6
homepage: "https://github.com/mirage/ocaml-cstruct"
7
7
license: "ISC"
8
8
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
4
4
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5
- "Mindy Preston" "Thomas Leonard" ]
5
+ "Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
6
6
homepage: "https://github.com/mirage/ocaml-cstruct"
7
7
license: "ISC"
8
8
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"
You can’t perform that action at this time.
0 commit comments