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

View file

@ -0,0 +1 @@
(copy_files ../to_copy/*)