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
Now that parallelism is enabled by default, the previous "ticker" mechanism for reporting progress is no longer sufficient to tell the user what the build is doing.
SBT, Gradle, and Bazel all have nice terminal UIs with a multi-line status bar showing all tasks in progress at any point in time, although Maven doesn't have one. Mill should have one as well
The text was updated successfully, but these errors were encountered:
lihaoyi
changed the title
Improve Mill command line status reporting UI
Improve Mill command line status reporting UI to display concurrent tasks
Sep 15, 2024
Now that parallelism is enabled by default, the previous "ticker" mechanism for reporting progress is no longer sufficient to tell the user what the build is doing.
SBT, Gradle, and Bazel all have nice terminal UIs with a multi-line status bar showing all tasks in progress at any point in time, although Maven doesn't have one. Mill should have one as well
Gradle
SBT
The text was updated successfully, but these errors were encountered: