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 ESMTP id 81C665D5 for ; Tue, 28 Jan 2020 09:46:45 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.70,373,1574118000"; d="scan'208";a="433330632" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 28 Jan 2020 10:46:44 +0100 Received: by sympa.inria.fr (Postfix, from userid 20132) id 7530D7F3D7; Tue, 28 Jan 2020 10:46:44 +0100 (CET) Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id AFD137F345 for ; Tue, 28 Jan 2020 10:46:34 +0100 (CET) X-IronPort-AV: E=Sophos;i="5.70,373,1574118000"; d="scan'208";a="337243856" Received: from nat-inria-saclay-132-gw-01-sif.saclay.inria.fr (HELO [10.200.23.196]) ([195.83.213.132]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 28 Jan 2020 10:46:34 +0100 From: Florian Angeletti To: caml-list@inria.fr References: <0609233a-ca50-c444-7347-1ab29fce15da@inria.fr> Message-ID: <7ba12223-2632-8a90-fcfe-6a6fe28cd2a4@inria.fr> Date: Tue, 28 Jan 2020 10:46:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <0609233a-ca50-c444-7347-1ab29fce15da@inria.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: [Caml-list] OCaml 4.10.0, second beta Reply-To: Florian Angeletti X-Loop: caml-list@inria.fr X-Sequence: 17970 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: Dear OCaml users, The release of OCaml 4.10.0 is near. We have release a second beta version to help you adapt your softwares to the new features ahead of the release. This new beta contains an update to the internal runtime API that should make it easier to maintain compatibility across version for expert users; and a small fix for recursive values in presence of local modules. The source code is available at these addresses:  https://github.com/ocaml/ocaml/archive/4.10.0+beta2.tar.gz  https://caml.inria.fr/pub/distrib/ocaml-4.10/ocaml-4.10.0+beta2.tar.gz The compiler can also be installed as an OPAM switch with one of the following commands. opam switch create ocaml-variants.4.10.0+beta1 --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git or opam switch create ocaml-variants.4.10.0+beta1+ --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git  where you replace with one of these:    afl    flambda    fp    fp+flambda For a better experience, you can use the opam alpha repository provided by: opam repository add alpha git://github.com/kit-ty-kate/opam-alpha-repository.git This repository contains a handful of temporary patched packages, that you can use while waiting for those packages to be properly patched. This repository should not be used in production and you probably want to install it only for the beta switch. We want to know about all bugs. Please report them at:  https://github.com/ocaml/ocaml/issues Happy hacking, -- Florian Angeletti, for the OCaml team.