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 7C0155D5 for ; Mon, 11 Feb 2019 14:59:20 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.58,358,1544482800"; d="scan'208";a="368926314" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 11 Feb 2019 15:59:17 +0100 Received: by sympa.inria.fr (Postfix, from userid 20132) id 1DD30825B6; Mon, 11 Feb 2019 15:59:17 +0100 (CET) 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 79CF082581; Mon, 11 Feb 2019 15:59:08 +0100 (CET) X-IronPort-AV: E=Sophos;i="5.58,358,1544482800"; d="scan'208";a="368926175" Received: from ec-ap-2-13-07.paris.inria.fr (HELO [192.168.1.3]) ([128.93.65.24]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Feb 2019 15:59:08 +0100 From: Damien Doligez Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Message-Id: <520BB6AA-58B7-4D31-9C64-781C2E24E000@inria.fr> Date: Mon, 11 Feb 2019 15:59:08 +0100 To: caml announce , caml users X-Mailer: Apple Mail (2.3445.9.1) Subject: [Caml-list] OCaml 4.08.0+beta1 Reply-To: Damien Doligez X-Loop: caml-list@inria.fr X-Sequence: 17339 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.08.0 is approaching. We have created a beta version to help you adapt your software to the new features ahead of the release. The source code is available at these addresses: https://github.com/ocaml/ocaml/archive/4.08.0+beta1.tar.gz https://caml.inria.fr/pub/distrib/ocaml-4.08/ocaml-4.08.0+beta1.tar.gz The compiler can also be installed as an OPAM switch with one of the following commands. opam switch create ocaml-variants.4.08.0+beta1 = --repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-re= pository.git or opam switch create ocaml-variants.4.08.0+beta1+ = --repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-re= pository.git where you replace with one of these: afl default_unsafe_string flambda fp fp+flambda We want to know about all bugs. Please report them here: http://caml.inria.fr/mantis/bug_report_page.php Happy hacking, -- Damien Doligez for the OCaml team.