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 dab71e5 commit 6c8eaa6Copy full SHA for 6c8eaa6
core/eval/src/mill/eval/EvaluatorImpl.scala
@@ -306,10 +306,9 @@ final class EvaluatorImpl(
306
for(newMetadata <- maybeNewMetadata) {
307
selective.saveMetadata(
308
if (allResults.exists(_.asSuccess.isEmpty)) SelectiveExecution.Metadata(Map(), Map())
309
- else newMetadata
+ else newMetadata
310
)
311
}
312
-
313
314
val errorStr = ExecutionResultsApi.formatFailing(evaluated)
315
evaluated.transitiveFailing.size match {
0 commit comments