Starting an eager watch sever in the background and doing dune build reports doubled diagnostics:
$ dune build
File "/home/ali/dune5/src/memo/node.ml", line 401, characters 13-14:
401 | | [] -> (x)
^
Unbound value x
File "/home/ali/dune5/src/memo/node.ml", line 401, characters 13-14:
401 | | [] -> (x)
^
Unbound value x
Error: Build failed with 2 errors.
The same does not happen with passive watch mode.
Starting an eager watch sever in the background and doing
dune buildreports doubled diagnostics:The same does not happen with passive watch mode.