raphael-proust on master
Complete the CHANGES file Bump version numbers in opam fi… Remove duplicate ocaml dependen… and 2 more (compare)
raphael-proust on prepare-for-5.6.0-release
Update version name in CHANGES (compare)
dinosaure on drop-support-for-old-ocaml-versions
I finished reading the sections before Sec. Rejection. Comments:
In Sec. Waiting, should
If p1 is fulfilled now or later with value v, f v is called. f v might be called immediately, or after some time.
instead have something like "f v
will be called when p1 is fulfilled"?
Apart from these, I think the rest of it is a good read.
Also, for some reason, the deprecated section is not linked to in the sidebar.
Orbifx
Anton Bachin (Gitter): is this how Lwt implements Lwt exceptions? https://hal.inria.fr/inria-00432575/document
exn
for errors, an open variant type
Lwt_result
, which provides a separate error monad
string
, or some inferred polymorphic variant, or an open variant, or anything else
Lwt_log
is easier to start with; Logs
is better to elaborate on )
Orbifx
Ocsigen*
smondet
both are low traffic, but stuff still happens
Orbifx
Anton Bachin (Gitter): is there a particular reason for choosing MIT? something tactical?