BUG added: [2c899aa21af4] OCamlbuild dependencies
authorKim Nguyễn <kn@lri.fr>
Wed, 2 May 2012 12:41:18 +0000 (14:41 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 2 May 2012 12:41:18 +0000 (14:41 +0200)
bugs/all/2c899aa21af4_OCamlbuild_dependencies [new file with mode: 0644]
bugs/open/2c899aa21af4_OCamlbuild_dependencies [new symlink]

diff --git a/bugs/all/2c899aa21af4_OCamlbuild_dependencies b/bugs/all/2c899aa21af4_OCamlbuild_dependencies
new file mode 100644 (file)
index 0000000..91a0a04
--- /dev/null
@@ -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 (symlink)
index 0000000..0142208
--- /dev/null
@@ -0,0 +1 @@
+../all/2c899aa21af4_OCamlbuild_dependencies
\ No newline at end of file