Browse thread
ocamlbuild and automatic dependencies
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-14 (12:14) |
From: | Joel Reymont <joelr1@g...> |
Subject: | ocamlbuild and automatic dependencies |
ocamlbuild does handle "open Module" as well as detect usage of Module.xxx. It does not seem to detect "module X = Module" and then X.xxx when calculating dependencies. Am I missing something? In my particular case, I cannot open two modules because they contain type definitions of the same name. Thanks, Joel -- http://wagerlabs.com/