Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mill 0.12.0-RC2-17-07e173 is incorrectly counting/reporting the tasks #3598

Closed
lefou opened this issue Sep 23, 2024 · 2 comments
Closed

Mill 0.12.0-RC2-17-07e173 is incorrectly counting/reporting the tasks #3598

lefou opened this issue Sep 23, 2024 · 2 comments
Milestone

Comments

@lefou
Copy link
Member

lefou commented Sep 23, 2024

When running the following command in the Mill repository, the output contains incorrect ticker messages.

> mill -j 0 __.fix
...
[5937/242] integration.failure[missing-build-file].fix 
Rewriting and linting 1 Scala sources against 3 rules
Rewriting and linting 1 Scala sources against 3 rules
Rewriting and linting 1 Scala sources against 3 rules
#12 [info] done compiling
[5939/242] integration.failure[misnamed-root-module].fix 
Rewriting and linting 1 Scala sources against 3 rules
[5941/242] integration.failure[invalid-meta-module].fix 
Rewriting and linting 1 Scala sources against 3 rules
Rewriting and linting 1 Scala sources against 3 rules
Rewriting and linting 1 Scala sources against 3 rules
[5943/242] integration.failure[invalid-subfolder-root-module].fix 
...
@lefou lefou changed the title Mill 0.12.0-RC2-17-07e173 in incorrectly counting/reporting the tasks Mill 0.12.0-RC2-17-07e173 is incorrectly counting/reporting the tasks Sep 23, 2024
@lihaoyi
Copy link
Member

lihaoyi commented Sep 23, 2024

This is a consequence of #3265, where we split terminal commands out to run serially, and 242 is the number of terminal commands. Should be an easy fix

@lihaoyi
Copy link
Member

lihaoyi commented Sep 24, 2024

Should be fixed as part of #3577

@lihaoyi lihaoyi closed this as completed Sep 28, 2024
@lefou lefou added this to the 0.12.0-RC3 milestone Sep 30, 2024
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

No branches or pull requests

2 participants