Anil Madhavapeddy

Results 84 issues of Anil Madhavapeddy

Right now they're always grey, and look odd on the module inclusions. See #84

The typetable and code need to be wrapped in a single div to give them a uniform background color (right now, only the first line is gray, as you observe)....

But subsequent paragraphs are. See: http://mirage.github.io/lwt/#Lwt Since we have a non-zero padding for `` tags, this stands out.

``` Generating documentation for vhd-tool Fatal error: exception Not_found Raised at file "list.ml", line 179, characters 16-25 Called from file "src/opam-doc-index/index.ml", line 84, characters 3-70 Called from file "list.ml", line...

Not sure where -- on every invocation of opam-doc? That seems a bit heavy.

The comment for a typical Jane Street library is being rendered as: ``` Part of Jane Street’s Core library ``` where the garbage used to be an apostrophe (is it...

While running opam-doc over Core, I got this: ``` scripts/create-docs.sh "doc" `cat url | grep -v '^#'` Generating documentation for ocamlfind Generating documentation for re Generating documentation for herelib Generating...

Its useful to create an empty local switch for a new project, so should work when no .opam files are available.

While trying to debug why opam.ocaml.org isn't updating, I see this: But no history of builds. Without the history, it's impossible to tell what's causing the build failure. @patricoferris noted...

The analysis phase solves for the versions of OCaml that have a valid solution. In the opam-lint check, we should also check that the `ocaml` constraint matches the package set...

type/enhancement