-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug help to find out what's compiling
We sometimes see that tests take long time or loop infinitely. Then the first problem is to find out which test caused this behavior. This can now be shown by turning on a new flag `debugPrintProgress` in `Run.scala`. If that flag is set to `true`, the compiler will print out each 10 seconds the list of currently compiled source files.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
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