Sterling Greene

Results 244 comments of Sterling Greene

gradle.org/release-checksums is actually a different copy of the same data. Maybe we could just start exposing that on services.gradle.org and get rid of the copy from gradle.org.

@jamie-walker do you have an example handy for what you're trying to do? Why do some of the files need different compiler arguments?

> On Windows, we shouldn't actually have a longer include path since 4.2 as we have always discovered the system header directories. I think that may not be true. Isn't...

When this is improved, ping https://github.com/gradle/gradle-native/issues/502

@lacasseio Is it worth reviewing what you already have so we can get that into master ASAP?

@zosrothko thanks! We'd like to improve the way we handle the interleaving/processing of compiler output so that we either 1) don't have the output.txt file at all or 2) display...

The intention is to eventually develop the native support in Gradle as separate plugins (that may be delivered inside the Gradle distribution like they are now), but currently, we just...

@gblikas Could you provide the output from `vswhere.exe -all -legacy -format json`?

@lacasseio FYI, this is something we'll need to keep in mind for native caching.

The other option is to use identical file paths (and sync files to/from a working directory), but I think just doing relative paths is a good first step.