Ashish Agarwal

Results 58 comments of Ashish Agarwal

> Solvuu-build is not the solution: "Files for a single library cannot be spread across multiple directories.". Directories seems to be the problem of ocamlbuild. This restriction would be pretty...

Okay, I created solvuu/solvuu-build#49 to remind myself.

solvuu/solvuu-build#49 has been resolved. Source files for a single lib can now be split into multiple sub-directories.

In OCaml libraries, I follow these rules: A single library provides a single namespace, which we realize in OCaml with a module. So there is a single top-level module. Everything...

Thanks. IIUC the message isn't strictly incorrect because the parsing of tags is itself affected by the inclusion of `-use-ocamlfind`. Nonetheless since this option is so commonly used, an improved...

I don't recall this in biocaml. It would probably be in the [Math](https://github.com/biocaml/biocaml/blob/master/lib/unix/math.mli) module if it was, but I don't see it there.

Similarly, the default `solvuu.mk` file isn't all that important, and even the generated `_build/project.mk` isn't critical. In README, explain that writing your own Makefile is reasonable.

codoc is very sophisticated. It goes through great effort to resolve module references, practically doing type checking. In any case, whatever it does will supersede ocamldoc, so there's little point...

`FLG` directives for `-w`, `-safe-string`, and `-short-paths` are generated as of 52f5f575a25089487c050fd3299b0cf1ec0b0446. `-strict-sequence` should be easy to add, but I didn't do it yet because it should be supported in...