From: Kim Nguyễn Date: Wed, 2 May 2012 12:41:18 +0000 (+0200) Subject: BUG added: [2c899aa21af4] OCamlbuild dependencies X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=3ef12bbe0fcc9d2758f8d5b3d1eb082bab8c54d3 BUG added: [2c899aa21af4] OCamlbuild dependencies --- diff --git a/bugs/all/2c899aa21af4_OCamlbuild_dependencies b/bugs/all/2c899aa21af4_OCamlbuild_dependencies new file mode 100644 index 0000000..91a0a04 --- /dev/null +++ b/bugs/all/2c899aa21af4_OCamlbuild_dependencies @@ -0,0 +1,21 @@ +title: OCamlbuild dependencies +status: OPEN +reported by: Kim Nguyẽn +last modified: 2012-05-02 14:38:01+0200 +date: 2012-05-02 14:38:01+0200 +author: Kim Nguyen +assigned to: Kim Nguyen + +-- opened by Kim Nguyen on 2012-05-02 14:38:01+0200 + +Problem description: +OCamlbuild dependencies are not as good as possible: +1 OCaml code gets recompiled sometimes even though it should not. + (due to the way pre-processed files are handled) +2 libcamlshredder is almost never rebuilt when external header or .a + files change. +How to reproduce: +./build +Proposed solution: +1: try to explicitely produce the pre-processed ocaml files. +2: generate manually a digest for library and header files. \ No newline at end of file diff --git a/bugs/open/2c899aa21af4_OCamlbuild_dependencies b/bugs/open/2c899aa21af4_OCamlbuild_dependencies new file mode 120000 index 0000000..0142208 --- /dev/null +++ b/bugs/open/2c899aa21af4_OCamlbuild_dependencies @@ -0,0 +1 @@ +../all/2c899aa21af4_OCamlbuild_dependencies \ No newline at end of file