Ned Twigg

Results 639 comments of Ned Twigg

- probably caused by something in here https://github.com/diffplug/spotless/pull/2613 - i'm not working on this atm, happy to merge a PR

I don't think anyone is working on it, but it would be pretty easy to add. Here is the Gradle code: https://github.com/diffplug/spotless/blob/e9533d0c5787d9412b522a6519b077ea1413674d/plugin-gradle/src/main/java/com/diffplug/gradle/spotless/FormatExtension.java#L993-L1056 The hard part is `FenceStep`, which is already...

Spotless had intermittent problems with caching (not on first run, but subsequent runs). https://github.com/diffplug/selfie/blob/75eaaec8cb097d255fde6f46addfa5146ca3a11f/jvm/settings.gradle#L11 But that's fixed in the latest 7.x series. Seems like renovate has stopped working for us......

We're not using this plugin anymore, but PR's are welcome.

spotlessPredeclare has two modes: https://github.com/diffplug/spotless/blob/acc621eb709abddb093057c5cbb8f0e7345fb604/plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessExtension.java#L327-L343 Happy to take a PR which makes this more Kotlin-friendly.

Wonderful, thanks! Out of curiosity, did you bump into a case where you had `selfieonce` in a test string? I did while making the test suite lol, very confusing, but...

Sorry this has sat for so long. To close the loop: - this is excellent code, and it fixes a cornercase that Selfie currently has - but it is quite...

Good call, happy to look at a PR for this or I'll take a pass myself with claude code in the next week or two.

GAH! Thanks for the report... Any chance that parallelism is involved here? Or are the tests running single-threaded?