Skip to content

Commit 3f39a79

Browse files
committed
release 3.6.0
add @emillon to authors list in opam
1 parent 6e90d88 commit 3f39a79

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
v3.5.0 2019-02-26
213
-----------------
314

cstruct-async.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
44
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5-
"Mindy Preston" "Thomas Leonard" ]
5+
"Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
66
homepage: "https://github.com/mirage/ocaml-cstruct"
77
license: "ISC"
88
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"

cstruct-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
44
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5-
"Mindy Preston" "Thomas Leonard" ]
5+
"Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
66
homepage: "https://github.com/mirage/ocaml-cstruct"
77
license: "ISC"
88
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"

cstruct-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
44
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5-
"Mindy Preston" "Thomas Leonard" ]
5+
"Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
66
homepage: "https://github.com/mirage/ocaml-cstruct"
77
license: "ISC"
88
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"

cstruct.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
44
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5-
"Mindy Preston" "Thomas Leonard" "Anton Kochkov" ]
5+
"Mindy Preston" "Thomas Leonard" "Anton Kochkov" "Etienne Millon" ]
66
homepage: "https://github.com/mirage/ocaml-cstruct"
77
license: "ISC"
88
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"

ppx_cstruct.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
44
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
5-
"Mindy Preston" "Thomas Leonard" ]
5+
"Mindy Preston" "Thomas Leonard" "Etienne Millon" ]
66
homepage: "https://github.com/mirage/ocaml-cstruct"
77
license: "ISC"
88
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"

0 commit comments

Comments
 (0)