Lóránt Pintér

Results 136 comments of Lóránt Pintér

It's not really `NO-SOURCE`, for example, `JavaCompile` will report not having done work if whatever changes triggered it to re-run incrementally resulted in no actual changes to the output. `UP-TO-DATE`...

Actually, this might be a better approach: https://github.com/gradle/gradle/issues/22120

FTR, the likely outcome is that we drop `Task.didWork` and then `UP-TO-DATE` will mean "short circuited by Gradle, not executed." Doing so would mean we can leave the INFO log...

@bot-gradle test and merge please.

Ah, this approach doesn't work... :/

> > I think it would be good to split out moving to the async HTTP implementation from this PR first to reduce the size of this PR. > >...

Doing this is quite significant work, though, as it involves the redefinition of the whole public build cache implementation API. While I would very much like to spend time improving...