Skip to content

Lwt 5.4.0, Lwt_ppx 2.0.2, Lwt_react 1.1.4

Compare
Choose a tag to compare
@raphael-proust raphael-proust released this 18 Dec 14:48
· 376 commits to master since this release

Installability

  • Support for OCaml 4.12 (#804, #826, Kate Deplaix).

  • lwt_ppx now uses ppxlib. This introduce a transitive dependency to OCaml.4.04 (#807, Philippe Veber).

Bugfixes

Additions

Miscellaneous

  • Avoid double-reversing when traversing lists. This may change the order in which some promises are collected, which may change which of several rejection is arbitrarily selected during concurrent traversal (#784).

  • Numerous documentation improvements (including external contributions from Bikal Lem, Sudha Parimala, and Hannes Mehnert).