Skip to content

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Feb 5, 2025

We sometimes see that compiling test suites takes a long time or loops infinitely. Then the first problem is to find out which test source caused this behavior in the compiler. 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.

We sometimes see that compiling test suites takes a long time or loops infinitely. Then the first problem is to find out which test source caused this behavior in the compiler. 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.
@hamzaremmal hamzaremmal merged commit a630e9e into scala:main Feb 19, 2025
29 checks passed
@hamzaremmal hamzaremmal deleted the debug-progress branch February 19, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants