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