We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa6c92 commit 514ffcbCopy full SHA for 514ffcb
tests/unit/dune
@@ -17,4 +17,10 @@
17
(dev
18
(flags (:standard -warn-error -A -w -unused-var-strict)) ; https://dune.readthedocs.io/en/stable/faq.html#how-to-make-warnings-non-fatal
19
)
20
-)
+)
21
+
22
+; Workaround for alternative dependencies with unqualified subdirs.
23
+; See: https://github.com/ocaml/dune/issues/4383#issuecomment-805107435.
24
+; TODO: Remove workaround with dune 3.0, where this should get fixed.
25
+; A dune file with "include_subdirs no" is located in cdomains/affineEqualityDomain to avoid a dependency cycle
26
+(copy_files# cdomains/affineEqualityDomain/sparseImplementation/*.ml)
0 commit comments