ilankri on prepare-for-5.6.1-release
ilankri on prepare-for-5.6.1-release
raphael-proust on master
Set version in CHANGES Set version in opam file Merge pull request #958 from oc… (compare)
raphael-proust on 5.6.1
raphael-proust on prepare-for-5.6.1-release
Set version in CHANGES Set version in opam file (compare)
raphael-proust on master
Improve Lwt_process tests - do… Change wrong O_CLOEXEC to O_KEE… Simplify Unix cloexec for passi… and 2 more (compare)
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?
smondet
Orbifx: my 2c: In Ocaml since linking is static, it cannot really be LGPL, it kinda has to be LGPL+Linking-exn. which is a hack that maybe some INRIA lawyer checked in like 1994, but that adds a ton weirdness to an already pretty crazy license (have you tried to read the LGPL itself?).
Orbifx
smondet: I have read some of it and about it in the past. ALso, forgot that OCaml does static linking so I can see the issue