Seb Mondet
Seb Mondet
Are there plans to make this work with recent dependencies?
Maybe this is an OCaml bug. Still with this: https://github.com/smondet/atd2cconv When switching to OCaml 4.02.0: ``` $ make clean; make rm -f *~ **/*~ rm -rf _build all => lib...
I'm seeing a binary built inside a docker alpine container seg-fault at the method `#close` of a `Lwt_process.process`. (It just works everywhere else I've tried). ```sh bash-5.1$ cat /etc/alpine-release 3.13.6...
Maybe there is already a way of doing this? Something that shows `Big_lib.Module.Submodule..Subsubmodule.value` for any given alias in the code. Showing the path that `merlin-locate` would open, can be useful...
If a test is running with `dune` and Ctrl-C is hit, the test receives the SIGINT but gets killed with SIGKILL a couple of milliseconds later (so the test's attempts...
The explict call to `fork` is guarded here: [fork.c#L28](https://github.com/ocaml-multicore/ocaml-multicore/blob/5.00/otherlibs/unix/fork.c#L28): ```ocaml if (caml_domain_is_multicore()) { caml_failwith ("Unix.fork may not be called while other domains were created"); } ``` But in [runtime/sys.c:L497](https://github.com/ocaml-multicore/ocaml-multicore/blob/5.00/runtime/sys.c#L497) there...
The URLs point to `https://github.com/whitequark`. And the dependency on `cppo_ocamlbuild` seems missing (it's a new package now separate from `cppo`).
Cf. https://github.com/ocaml/dune/issues/3232 Is there a tool to edit all build commands in an opam-repo?
It's not the same exception as #13 but maybe related ``` $ OCAMLRUNPARAM=b utop ────────────────────────────────────┬─────────────────────────────────────────────────────────────┬───────────────────────────────────── │ Welcome to utop version 2.7.0 (using OCaml version 4.09.1)! │ └─────────────────────────────────────────────────────────────┘ Findlib has been...
Trying to `/connect`, I see the new "user" appear on Gajim for less than a second; then it disconnects, with an exception but no other error message: ``` 11:53:28 ***...