Anil Madhavapeddy

Results 84 issues of Anil Madhavapeddy

See stud's command-line options: ``` -r --chroot=DIR Sets chroot directory (Default: "") -u --user=USER Set uid/gid after binding the socket (Default: "") -g --group=GROUP Set gid after binding the socket...

To make it really easy for new developers to try it out from source, you could bundle http://github.com/avsm/opam-boot for a cold bootstrap (it creates an OPAMROOT within the current directory).

The Lwt documentation now [recommends bheap](https://ocsigen.org/lwt/4.1.0/api/Lwt_pqueue) to replace the `Lwt_pqueue` module. This PR correspondingly updates the metadata of the library to use similar tools to Lwt: - update metadata to...

A lot of people seem to trip up on missing `ocaml-native-compilers` or `camlp4-extra`, and it's almost inevitable that something will fail in this situation. Is it sensible to have an...

KIND: FEATURE WISH
AREA: UI

From #12263 there's a possible rare memory leak in `runtime/domain.c` if `install_backup_thread` fails to spawn the thread. @kayceesrk suggests that instead of `install_backup_thread` raising a Failure exception directly, it should...

This ports the effect syntax that was available in Multicore OCaml but not included in the original multicore PR in #10831. The new syntax added is: ``` effect S :...

parsetree-change

There are some socket options that are Linux-specific which are quite handy to have. This adds a Eio_unix.Sockopt module which works on Eio_unix.Fd.t values. This is a draft PR to...

Just a draft to figure out the right way to support spawning a shell with a pty: - [ ] do the pty fds need to created as cloexec, and...

In the same spirit as #478, I've implemented the IPerfv3 protocol over in https://github.com/avsm/ocaml-iperf, which is convenient for testing the relative performance of different backends in the face of parallel...

@nojb has got everything ready (as a Dockerfile) for a inbox.ocaml.org replacement, but it needs provisioning as a Scaleway VM. Depends on having #14 for backups first, so history doesn't...