Thomas Gazagnaire

Results 251 comments of Thomas Gazagnaire

I guess this is an issue with `ocaml-dump`. Might need some porting to the latest release of OCaml.

Any idea how to fix this (ie. avoiding the generation of an empty file if the command fail) ?

Ha yes indeed I've already been indirectly by this bug ... I think that commands should be run in the builddir indeed. ## Minor remarks regarding your code: you can...

@yallop is there a good example to look at the stub generation for ctypes ?

Initial support is now in `master`. This does not work properly yet, seems to be missing few includes flags, but the sequence of commands is there. As I am not...

Reading package and version name from the OPAM file is in there. Need to test the build command rewriting using the project flags before closing this issue.

Would it make sense to extend and use [mirage/checkseum](https://github.com/mirage/checkseum) for this? /cc @dinosaure

I think that's a good idea. For Mirage, we are moving away from conduit from the server-side, where, as you said, using something this flexible is rarely useful anyway. We'd...

It's already possible (but painful) to manipule raw channels. See https://github.com/mirage/ocaml-git/blob/master/lib/http/git_http.ml#L183 Exposing helpers for doing this would be helpful.

See https://github.com/mirage/ocaml-git/blob/master/lib/unix/git_unix.ml#L128 and https://github.com/mirage/ocaml-git/issues/27