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
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
If two watched files change during a projet is built, then the project will be rebuilt twice once the build completes.
I intend to open a PR later today fixing this.
trigger a recompilation: date > a/a
Then during the build (which takes 20 secs): date > a/b; sleep 2; date > a/c
In the log, observe how once the current build complete, the build it started twice.
Expected behavior
Any number of events during the initial build should only trigger one build.
Describe the bug
If two watched files change during a projet is built, then the project will be rebuilt twice once the build completes.
I intend to open a PR later today fixing this.
To Reproduce
Steps to reproduce the behavior:
Create a folder
a
andshell.nix
as follows:trigger a recompilation:
date > a/a
Then during the build (which takes 20 secs):
date > a/b; sleep 2; date > a/c
In the log, observe how once the current build complete, the build it started twice.
Expected behavior
Any number of events during the initial build should only trigger one build.
Metadata
The text was updated successfully, but these errors were encountered: