This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Duplicate mld's in different scope
$ dune build @doc

View file

@ -0,0 +1,5 @@
(library
(name scope1)
(public_name scope1))
(documentation)

View file

@ -0,0 +1,5 @@
(library
(name scope2)
(public_name scope2))
(documentation)

View file

@ -0,0 +1,5 @@
(library
(name root_lib1)
(public_name root.lib1))
(documentation)

View file

@ -0,0 +1,5 @@
(library
(name root_lib2)
(public_name root.lib2))
(documentation)

View file

@ -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]