aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/add-load-path-unsupported/README
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/test-cases/add-load-path-unsupported/README')
-rw-r--r--coq/ex/test-cases/add-load-path-unsupported/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/coq/ex/test-cases/add-load-path-unsupported/README b/coq/ex/test-cases/add-load-path-unsupported/README
new file mode 100644
index 00000000..d6e56c25
--- /dev/null
+++ b/coq/ex/test-cases/add-load-path-unsupported/README
@@ -0,0 +1,12 @@
+b/b.v depends on a/a.v and the code is correct because of Add
+LoadPath in b.
+
+Scripting b/b.v works if coq-recompile-before-require is set to
+nil and if a/a.v is compiled manually.
+
+This problem is not considered a bug, but a feature that does not
+make much sense to implement, because apparently nobody is using
+Add LoadPath.
+
+Note that not even coqdep is able to handle b/b.v correctly!
+