Etienne Millon
Etienne Millon
``` ocaml let prog = let%bulletml act = repeat 500 @@ fire @@ repeat 10 begin wait 60; speed 0; wait 60; speed 1; end; wait 10 in [("top", act)]...
`subst_*` functions are a bit annoying. I would like to get rid of them. It would be better to have a proper call stack. The problem is where to store...
_Originally posted by @cfcs in https://github.com/mirage/mirage-tcpip/pull/370#issuecomment-443269244_ @avsm Do you remember what this function (`xmit`) actually does? @hannesm suggested that we could make it log when we get a `Error _`,...
Hi, The following piece of code is causing merlin to display an error but the code is valid: ``` let ( ?? ) x = Re.opt x in ... ```...
Hi, I'm using merlin 3.4.2 and dune 2.8.2 (which means I'm not using `.merlin` files anymore). When I'm using "jump to definition" and the destination is an installed file, the...
Dune is built on the concepts of projects and workspaces. Projects now always have a `dune-project` file, workspaces can be identified by the presence of a `dune-workspace` file but not...
We still need a fork to support `alias` but this brings the upstream part to 1.1.1. The main addition is builtin support of groups through the `Cmdliner.Cmd` API. Benefits include:...