Lóránt Pintér

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

I think 1) should be doable. We could visit file trees in some cross-platform-predictable order. The order seems to be straightforward for `DirectoryFileTree`s as you suggest, though we need to...

Actually, we already have a way to get reproducible file order from a `FileTree` by using `ReproducibleFileVisitor`. This is still the responsibility of the consumer of the `FileTree` to use...

Would it also be possible to publish the plugin to the Gradle plugin portal? https://plugins.gradle.org/

Is there any progress on ESP32-S3 support?

This should be fixed in 8.7 (RC1 expected on Monday). Could you try reproducing the problem with a nightly version of Gradle? https://gradle.org/release-nightly/

> If it helps, I do not see this error on MacOS 14.3 with the same repo, just Linux. Thanks, this is useful indeed.

What would you lose if you disabled the build cache completely using the existing functionality in these cases? Note that you'd still have up-to-date checks as a first-level cache to...

> Another use case here that I just wanted to add is that if we have a transform which is too large to be stored in the remote build cache...

Let's reopen this if we see evidence that doing this would help.

A decision here would be needed to decide what to do about `CompileOptions.compilerArgumentProviders` (and `compilerArgs`).