Hello Here is the latest OCaml Weekly News, for the week of June 23 to 30, 2020. Table of Contents ───────────────── finch - static site generator ANN: Releases of ringo OCaml 4.11, first beta release FlexDLL 0.38 released Other OCaml News Old CWN finch - static site generator ═════════════════════════════ Archive: [https://discuss.ocaml.org/t/ann-finch-static-site-generator/6026/1] roddy announced ─────────────── Announcing [finch], a simple static site generator. It uses content written as Markdown plus YAML frontmatter like Jekyll/Hugo etc. and produces output with [Jingoo] templates. It also has some integrations with React (as in the JS library) in the form of Jingoo filters: the motivation behind it was to make it easier to develop sites that use React just for some in some parts rather than structuring the whole site as a single page application. [finch] https://github.com/roddyyaga/finch [Jingoo] https://github.com/tategakibunko/jingoo ANN: Releases of ringo ══════════════════════ Archive: [https://discuss.ocaml.org/t/ann-releases-of-ringo/5605/3] Raphaël Proust announced ──────────────────────── Version 0.5 of `ringo' and `ringo-lwt' are now available in `opam'. Although this version changes `ringo-lwt' only, both packages are released anew to keep the version numbers in sync. This version includes: • Improvement in documentation. • Simplifications and reduction in the memory footprint of lwt-wrapped caches. • Fix for a race condition in the automatic cleanup (previously, on weak caches only, a promise being rejected could cause a different promise to be removed from the cache) • Fix a leak • More test, including a test for leakiness. OCaml 4.11, first beta release ══════════════════════════════ Archive: [https://discuss.ocaml.org/t/ocaml-4-11-first-beta-release/6042/1] octachron announced ─────────────────── The release of OCaml 4.11.0 is approaching. After three alpha releases, we have created a first beta version to help you adapt your software to the new features ahead of the release. The compatibility of the opam ecosystem with OCaml 4.11.0 is currently quite good, and it should be possible to test this beta without too much trouble. The source code is available at these addresses: [https://github.com/ocaml/ocaml/archive/4.11.0+beta1.tar.gz] [https://caml.inria.fr/pub/distrib/ocaml-4.11/ocaml-4.11.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.11.0+beta1 --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git └──── or ┌──── │ opam switch create ocaml-variants.4.11.0+beta1+VARIANT --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git └──── where you replace VARIANT with one of these: afl, flambda, fp, fp+flambda We want to know about all bugs. Please report them here: [https://github.com/ocaml/ocaml/issues] If you are interested by the list of new features, and the on-going list of bug fixes the updated change log for OCaml 4.11.0 is available at: [https://github.com/ocaml/ocaml/blob/4.11/Changes] Compared to the last alpha release, this first beta release contains the following new bug fixes: Driver ╌╌╌╌╌╌ • [#9011]: Allow linking .cmxa files with no units on MSVC by not requiring the .lib file to be present. (David Allsopp, report by Dimitry Bely, review by Xavier Leroy) [#9011] https://github.com/ocaml/ocaml/issues/9011 Typechecker ╌╌╌╌╌╌╌╌╌╌╌ • [#9384], [#9385]: Fix copy scope bugs in substitutions (Leo White, review by Thomas Refis, report by Nick Roberts) • [#9695], [#9702]: no error when opening an alias to a missing module (Jacques Garrigue, report and review by Gabriel Scherer) [#9384] https://github.com/ocaml/ocaml/issues/9384 [#9385] https://github.com/ocaml/ocaml/issues/9385 [#9695] https://github.com/ocaml/ocaml/issues/9695 [#9702] https://github.com/ocaml/ocaml/issues/9702 Warnings ╌╌╌╌╌╌╌╌ • [#7897], [#9537]: Fix warning 38 for rebound extension constructors (Leo White, review by Florian Angeletti) • [#9244]: Fix some missing usage warnings (Leo White, review by Florian Angeletti) [#7897] https://github.com/ocaml/ocaml/issues/7897 [#9537] https://github.com/ocaml/ocaml/issues/9537 [#9244] https://github.com/ocaml/ocaml/issues/9244 Toplevel ╌╌╌╌╌╌╌╌ • [#9415]: Treat `open struct' as `include struct' in toplevel (Leo White, review by Thomas Refis) • [#9416]: Avoid warning 58 in flambda ocamlnat (Leo White, review by Florian Angeletti) [#9415] https://github.com/ocaml/ocaml/issues/9415 [#9416] https://github.com/ocaml/ocaml/issues/9416 Flambda backend ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • [#9163]: Treat loops properly in un_anf (Leo White, review by Mark Shinwell, Pierre Chambart and Vincent Laviron) [#9163] https://github.com/ocaml/ocaml/issues/9163 FlexDLL 0.38 released ═════════════════════ Archive: [https://discuss.ocaml.org/t/flexdll-0-38-released/6043/1] David Allsopp announced ─────────────────────── We are pleased to announce the release of FlexDLL 0.38! FlexDLL provides a dlopen-like interface for Windows and is used to simplify the linking process for the native Windows ports of OCaml and to allow dynamic loading of C code (bytecode stub libraries and native Dynlink). It is also used for the same purpose in the Cygwin ports of OCaml, except that they can be configured without shared library support. The release includes various bugfixes as well as proper support for C++ linking on mingw and linking against data symbols in import libraries. Please see the [release page] for more information. [release page] https://github.com/alainfrisch/flexdll/releases/tag/0.38 Other OCaml News ════════════════ From the ocamlcore planet blog ────────────────────────────── Here are links from many OCaml blogs aggregated at [OCaml Planet]. • [Frama-C 21.1 (Scandium) is out. Download it here.] [OCaml Planet] http://ocaml.org/community/planet/ [Frama-C 21.1 (Scandium) is out. Download it here.] http://frama-c.com/index.html Old CWN ═══════ If you happen to miss a CWN, you can [send me a message] and I'll mail it to you, or go take a look at [the archive] or the [RSS feed of the archives]. If you also wish to receive it every week by mail, you may subscribe [online]. [Alan Schmitt] [send me a message] mailto:alan.schmitt@polytechnique.org [the archive] http://alan.petitepomme.net/cwn/ [RSS feed of the archives] http://alan.petitepomme.net/cwn/cwn.rss [online] http://lists.idyll.org/listinfo/caml-news-weekly/ [Alan Schmitt] http://alan.petitepomme.net/