Simplified syntax for common case of (copy ...) ? #1244
Labels
enhancement
good first issue
Good for contributing for the first time to the Dune codebase
help wanted
The common case of
(copy ...)
is copying a file from another directory to the current one with the same name.What do you think of interpreting
(copy src)
as(copy src (basename src))
?(same for
(copy# ...)
)The text was updated successfully, but these errors were encountered: