Ned Twigg

Results 639 comments of Ned Twigg

Happy to merge a PR for this.

The reviewdog data format includes a `suggestions` with `replacementText` field, which can accomplish the same things as the `diff` format. IMO it's a bit easier to generate than `.patch`, because...

A PR against #1097 which pipes `Lint.java` into either https://github.com/Contrast-Security-OSS/java-sarif (add it to `lib-extra`) or [any other reviewdog format](https://github.com/reviewdog/reviewdog#input-format) which supports "suggestions" would be very welcome. We need to figure...

I think it's a great idea to support the [toolchain](https://docs.gradle.org/current/userguide/toolchains.html) feature. For now, it would be very difficult, and is not likely to happen soon.

I wonder if Gradle might be setting some of those same flags for itself already

@akornilov feel free to ignore, but I see that you maintain the only [llvm plugins](https://plugins.gradle.org/search?term=llvm) in the gradle plugin portal. Any tips?

When a user declares `com.google.guava:guava:20`, they don't have to go download it and put it on their path, gradle handles that for them. We'd like to do something similar for...

Thanks, this is very helpful!! > Are you from the Gradle developers team? ... > What kind of software do you develop at the moment I'm not affiliated with Gradle....

> the purpose of the strict version check is to allow safe caching That's one aspect, but the other part is to make sure that the team and CI are...

> Would it be possible to only fail the build if a clang-format call actually happens? Yes, this is possible, but a bit tricky. You can see here that `State`...