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

Maven-like rolling output when the build happens to be linear #269

Closed
ppalaga opened this issue Dec 15, 2020 · 1 comment · Fixed by #271
Closed

Maven-like rolling output when the build happens to be linear #269

ppalaga opened this issue Dec 15, 2020 · 1 comment · Fixed by #271
Assignees
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Dec 15, 2020

Originally discussed in #210.

In situations, when the build happens to be linear, because the dependency graph does not allow any concurrency, noBuffering could be activated automatically. (This is trivially true for single module builds)

@gnodet :

It should be possible to enhance the smart builder to compute the maximum concurrency of a project, so that we could also use it as a maximum for the number of threads to display.

@gnodet
Copy link
Contributor

gnodet commented Dec 15, 2020

I had work on computing the maximum width of the maven project, see gnodet@dadf524, but this can be part of a later enhancement to the automatic maven-like rolling output.

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 a pull request may close this issue.

2 participants