This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.2)
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
The error message for (copy_files ...) from another non sub directory should report the
|
||||
version that introduced this feature:
|
||||
|
||||
$ dune build
|
||||
File "src/dune", line 1, characters 12-24:
|
||||
1 | (copy_files ../to_copy/*)
|
||||
^^^^^^^^^^^^
|
||||
Error: to_copy/* is not a sub-directory of src. This is only available since
|
||||
version 1.3 of the dune language. Please update your dune-project file to
|
||||
have (lang dune 1.3).
|
||||
[1]
|
||||
|
|
@ -0,0 +1 @@
|
|||
(copy_files ../to_copy/*)
|
||||
Loading…
Add table
Add a link
Reference in a new issue