Sterling Greene

Results 43 issues of Sterling Greene

The object files created via gcc contain an absolute path to the source file. I suspect this is due to the way we call the compiler. This can kill cacheability...

I was looking to save time in this failing performance test due to changes we made in the Java plugin: https://builds.gradle.org/repository/download/Gradle_Master_Check_PerformanceTestTestLinux_Trigger/47375550:id/performance-test-results.zip%21/report/tests/clean-assemble-with-local-cache---largeJavaMultiProject---TaskOutputCachingJavaPerformanceTest.html?redirectSupported=false This reports about ~100ms regression, which we think is...

### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...

1 min review
platform:software

I'm sorry if this has been discussed somewhere else. I looked through the PURL spec and the answer isn't explicitly stated. #242 has similar vibes. What is a package? ##...

PURL core specification
3 low priority

The top-level dependencies block is a very opaque and non-discoverable API. With test suites, we introduced a new dependencies block that addresses the shortcomings of the top-level block: 1. The...

Dependent on #54 Gradle will provide support for testing projects built for the JVM on multiple JDKs in a simple and declarative manner.

Promote [JVM test suites](https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html#header) as the preferred and stable option for configuring tests with Java, Groovy and Scala projects. We will... - Make `gradle init` generate builds using test suites...

`native-platform` links against `libtinfo.so`, but the symbols for this library can also be found in `libncurses` for some platforms (those built without `--with-termlib`). This causes Gradle to fail to detect...