namespaces
namespaces copied to clipboard
Sane file naming for OCaml projects.
Minor point: Currently, Modules.scan_tree inspects all of the current directory and subdirectories, including my .git and my huge benchmark directory. Both are normally ignored by ocamlbuild because I put -traverse,...
Inside the test/3-library directory, I enter the command `make`. Then in another folder, I create a file test.ml containing ```ocaml open Lib_1 let v = Printf.printf "%d\n" Namespace.Foo.v ``` that...
With 0.5.1, my project sometimes fails to compile. It seems to depend on the order of directory entries returned by readdir. bisecting, it appears this was fixed in d1d90dda649f412ae6af3d0e2dae040cafae065b -...
Say I have module A that is built using findlib library a. Then I want to conditionally built a.b where the building of a.b to create a module A.B How...
**EDIT**: Namespaces currently works around the issue by allowing the user to delete all `.mllib` files in the source tree during build, but this is by no means a "nice"...