This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Duplicate mld's in different scope
|
||||
$ dune build @doc
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name scope1)
|
||||
(public_name scope1))
|
||||
|
||||
(documentation)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.0)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name scope2)
|
||||
(public_name scope2))
|
||||
|
||||
(documentation)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.0)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.0)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name root_lib1)
|
||||
(public_name root.lib1))
|
||||
|
||||
(documentation)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name root_lib2)
|
||||
(public_name root.lib2))
|
||||
|
||||
(documentation)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Duplicate mld's in the same scope
|
||||
$ dune build @doc
|
||||
Error: Package root has two mld's with the same basename
|
||||
_build/default/lib1/test.mld, _build/default/lib2/test.mld
|
||||
-> required by alias doc
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue