You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow rpc-triggered builds in eager watch mode (#11622)
When dune is started in eager watch mode (e.g. by running `dune build
--watch`) it starts an RPC server, but prior to this change it would
reject RPC requests to build targets. This is a step towards being able
to run dune commands that trigger build (e.g. `build`, `exec`, `test`)
while watch mode is running.
Signed-off-by: Stephen Sherratt <[email protected]>
0 commit comments