From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by c5ff346549e7 (Postfix) with ESMTPS id 2EC235D6 for ; Fri, 21 Sep 2018 15:02:12 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.54,285,1534802400"; d="scan'208";a="347532043" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 21 Sep 2018 17:02:10 +0200 Received: by sympa.inria.fr (Postfix, from userid 20132) id 8CE5882500; Fri, 21 Sep 2018 17:02:10 +0200 (CEST) Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 58EB6824CF; Fri, 21 Sep 2018 17:02:07 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.54,285,1534802400"; d="scan'208";a="347532033" Received: from ec-ap-2-13-07.paris.inria.fr (HELO [192.168.1.5]) ([128.93.65.24]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Sep 2018 17:02:07 +0200 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Damien Doligez In-Reply-To: Date: Fri, 21 Sep 2018 17:02:07 +0200 Cc: caml users , caml announce Content-Transfer-Encoding: quoted-printable Message-Id: <972855E6-D20D-4006-94D6-B9721A6482FC@inria.fr> References: To: Damien Doligez X-Mailer: Apple Mail (2.3445.9.1) Subject: Re: [Caml-list] [caml-announce] Release Candidate 4.07.1+rc1 Reply-To: Damien Doligez X-Loop: caml-list@inria.fr X-Sequence: 17083 Errors-to: caml-list-owner@inria.fr Precedence: list Precedence: bulk Sender: caml-list-request@inria.fr X-no-archive: yes List-Id: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Sorry, I forgot to include the Changes list. See the end of this mail. > On 2018-09-21, at 17:00, Damien Doligez wrote: >=20 > Dear OCaml users, >=20 > The release of OCaml version 4.07.1 is imminent. We have > created a release candidate for your testing pleasure. Please > try it in opam and test your favourite software with it. Then > let me know whether it works for you. >=20 > We want to know about any show-stopping bugs, especially in the > compilation and installation phases. >=20 > This release candidate will soon be available as a bunch of OPAM > switches. It is also available as source code at this address: > http://caml.inria.fr/pub/distrib/ocaml-4.07/ >=20 > Happy hacking, >=20 > -- Damien Doligez for the OCaml team. ### Bug fixes: - MPR#7815, GPR#1896: major GC crash with first-fit policy (Stephen Dolan and Damien Doligez, report by Joris Giovannangeli) * MPR#7818, GPR#2051: Remove local aliases in functor argument types, to prevent the aliasing of their target. (Jacques Garrigue, report by mandrykin, review by Leo White) - MPR#7820, GPR#1897: Fix Array.of_seq. This function used to apply a circu= lar permutation of one cell to the right on the sequence. (Thierry Martinez, review by Nicol=C3=A1s Ojeda B=C3=A4r) - MPR#7821, GPR#1908: make sure that the compilation of extension constructors doesn't cause the compiler to load more cmi files (J=C3=A9r=C3=A9mie Dimino) - MPR#7824, GPR#1914: subtype_row: filter out absent fields when row is clo= sed (Leo White and Thomas Refis, report by talex, review by Jacques Garrigue) - GPR#1915: rec_check.ml is too permissive for certain class declarations. (Alban Reynaud with Gabriel Scherer, review by Jeremy Yallop) - MPR#7833, MPR#7835, MPR#7822, GPR#1997: Track newtype level again (Leo White, reports by Jerome Simeon, Thomas Refis and Florian Angeletti, review by Jacques Garrigue) - MPR#7838: -principal causes assertion failure in type checker (Jacques Garrigue, report by Markus Mottl, review by Thomas Refis) --=20 Caml-list mailing list. Subscription management and archives: https://sympa.inria.fr/sympa/arc/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs=