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,4 @@
; This file is generated by duniverse.
; Be aware that it is likely to be overwritten by your next duniverse pull invocation.
(vendored_dirs *)

View file

@ -0,0 +1,11 @@
(lang dune 1.11)
(dialect
(name d)
(implementation (extension foo))
(interface (extension bar)))
(dialect
(name d)
(implementation (extension foo2))
(interface (extension bar2)))

View file

@ -0,0 +1,8 @@
$ dune build --root bad1
Entering directory 'bad1'
File "dune-project", line 9, characters 1-74:
9 | (name d)
10 | (implementation (extension foo2))
11 | (interface (extension bar2)))
Error: dialect "d" is already defined
[1]

View file

@ -0,0 +1,4 @@
This test should demonstrate that cram tests inside the vendor dir have their
directories marked as data only
$ dune build