Rob Hoes

Results 3 issues of Rob Hoes

The CLI unconditionally passes all argument to rev-list, even if the argument is a single commit rather than a revision range. This causes the CLI to always analyse the entire...

UX

Ctypes has a number of functions that allocate C memory and return an OCaml value containing a pointer to it. Examples are `make` and `CArray.make`. This C memory is automatically...

Rather than adding each API call by hand, it may be easier to automatically generate the bindings from the IDL? This is how all the other bindings are done. There...