We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b5476 commit 73d6aedCopy full SHA for 73d6aed
core/eval/src/mill/eval/EvaluatorImpl.scala
@@ -308,7 +308,8 @@ final class EvaluatorImpl(
308
.collect { case (t: Task.Named[_], r) if r.asSuccess.isEmpty => t.ctx.segments.render }
309
.toSet
310
311
- // For tasks that were not successful, force them to re-run next time even if not changed
+ // For tasks that were not successful, force them to re-run next time even
312
+ // if not changed so the user can see that there are still failures remaining
313
selective.saveMetadata(newMetadata.copy(forceRunTasks = failingTaskNames))
314
}
315
0 commit comments