-
-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scope PromptLogger to
MillBuildBootstrap#evaluate
call to make prom…
…pt more intuitive (#3632) Now, if you use `-w`/`--watch` the prompt starts and ends after each evaluation (which is bounded) rather than around the entire watch (which may last forever). This is much more useful so you can see where each run started and ended and how long it took, v.s. previously where it just tells you how long you've been watching for overall which is usually not something you care about Also fixed a race condition where the `promptUpdaterThread` was still running for one iteration even after `PromptLogger#close()`, causing extra prompts to sometimes be displayed overlapping other logs
- Loading branch information
Showing
4 changed files
with
116 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters