From 12b51636d2c8e2854ddb55ea2a3ba2199fc88d2b Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Tue, 26 Jun 2018 11:20:02 -0500 Subject: [PATCH] Release 4.1.0 --- lwt.opam | 9 +-------- lwt_ppx.opam | 2 +- src/core/jbuild | 1 - src/react/jbuild | 1 - src/unix/jbuild | 1 - 5 files changed, 2 insertions(+), 12 deletions(-) diff --git a/lwt.opam b/lwt.opam index b8779e3968..8d5bebe847 100644 --- a/lwt.opam +++ b/lwt.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "dev" +version: "4.1.0" maintainer: [ "Anton Bachin " "Mauricio Fernandez " @@ -21,9 +21,6 @@ build: [ ] depends: [ - # Bisect_ppx is used only during development. This dependency should be - # removed when preparing a release. - "bisect_ppx" {>= "1.3.0"} "cppo" {build & >= "1.1.0"} "jbuilder" {build & >= "1.0+beta14"} # We are only using ocamlfind during configuration of the Unix binding. @@ -55,7 +52,3 @@ messages: [ "For Lwt_log and Lwt_daemon, please install package lwt_log" {!lwt_log:installed} ] -post-messages: [ - "Lwt 4.0.0 has made some breaking changes. See - https://github.com/ocsigen/lwt/issues/453" -] diff --git a/lwt_ppx.opam b/lwt_ppx.opam index 91d86555b6..6341f41dd9 100644 --- a/lwt_ppx.opam +++ b/lwt_ppx.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "dev" +version: "1.2.1" maintainer: [ "Anton Bachin " ] diff --git a/src/core/jbuild b/src/core/jbuild index 1af627fe98..fbc594f002 100644 --- a/src/core/jbuild +++ b/src/core/jbuild @@ -5,7 +5,6 @@ (public_name lwt) (synopsis "Monadic promises and concurrent I/O") (wrapped false) - (preprocess (pps (bisect_ppx -conditional))) (ocamlopt_flags (:standard (:include flambda.flag))) (libraries (bytes result)) (flags (:standard -w +A-29)))) diff --git a/src/react/jbuild b/src/react/jbuild index 23944cdf91..8f0cf90286 100644 --- a/src/react/jbuild +++ b/src/react/jbuild @@ -6,5 +6,4 @@ (synopsis "Reactive programming helpers for Lwt") (wrapped false) (libraries (lwt react)) - (preprocess (pps (bisect_ppx -conditional))) (flags (:standard -w +A)))) diff --git a/src/unix/jbuild b/src/unix/jbuild index 8eaadf4b4d..dcd173f142 100644 --- a/src/unix/jbuild +++ b/src/unix/jbuild @@ -58,7 +58,6 @@ (optional) (wrapped false) (libraries (bigarray lwt unix threads)) - (preprocess (pps (bisect_ppx -conditional))) (flags (:standard -w +A-29)) (c_names ( lwt_unix_stubs