This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,31 @@
|
|||
This is a bug occur that occurs when we're running dune in watch mode and
|
||||
adding . to $CWD
|
||||
|
||||
Reproduce #6907
|
||||
|
||||
$ . ./helpers.sh
|
||||
|
||||
$ export PATH=.:$PATH
|
||||
$ echo "(lang dune 2.0)" > dune-project
|
||||
|
||||
$ start_dune
|
||||
|
||||
$ cat > x <<EOF
|
||||
> original-contents
|
||||
> EOF
|
||||
|
||||
$ cat >dune <<EOF
|
||||
> (rule (with-stdout-to y (echo %{read:x})))
|
||||
> EOF
|
||||
|
||||
$ build y
|
||||
Success
|
||||
|
||||
$ touch x
|
||||
|
||||
$ build y
|
||||
Success
|
||||
|
||||
$ stop_dune
|
||||
Success, waiting for filesystem changes...
|
||||
Success, waiting for filesystem changes...
|
||||
Loading…
Add table
Add a link
Reference in a new issue