Anil Madhavapeddy

Results 486 comments of Anil Madhavapeddy

You do need to check in the autogenerated opam file at this stage, until https://github.com/ocaml/opam/issues/3797 is addressed in opam (cc @AltGr @dra27 @rjbou). It uses dune promotion so this should...

Agreed, but the difficulty here is just finding a good Unicode symbol set that [also renders on Windows](http://www.fileformat.info/info/unicode/font/consolas/grid.htm). Suggestions very welcome -- the relevant code to be factored is in...

We could also do ssh agent forwarding and volume mount the local git setup. @djs55 suggests looking for `~/Library/Containers/com.docker.docker/Data` to detect Docker for Mac (since Linux doesnt do the right...

We have the right metadata available for this in the Builds branch, since the raw OpamJson is saved. To implement this, we need to: - add support in src/lib/opamJsonActions.ml for...

I like the idea of the aggregate header indicating the total set of versions and architectures available. Related to #6 to make rendering easy for clients. Also related to #9...

Using `opam pin .` seems to be the best solution, as that will also pull in any `pin-depends` in the repository.

This is a little easier with travis-docker.sh, since the switches are pre-available and don't need parsing. Have you given that a try? (see e.g. mirage/ocaml-cohttp for an example)

@Alizter what's the actual build failure you're seeing under Nix? It'll help diagnose the issue.

Great to see this progressing! I've created an issue on the OCaml infrastructure tracker for the eventual deployment of such a bot within OCaml for other uses as well: https://github.com/ocaml/infrastructure/issues/57...