Brian Oxley (binkley)

Results 93 comments of Brian Oxley (binkley)

These points are addressed: https://github.com/binkley/modern-java-practices/issues/430 - JDK 21 https://github.com/binkley/modern-java-practices/issues/358 - Gradle 8

@mjstrasser BTW, why isn't `dispatchClef` an interface method? I note the signature is the same in each `Clef.kt` file: it _behaves_ like an interface method. However ... I'm not familiar...

I did more research on this, and it is consistent for any project I try. The difference seems to be in Earthly version in `Earthfile`: - 0.8 -- this issue...

Is this the same as #3769 -- it looks like it. That issue is marked as fixed, but I still see the issue. I found that issue by web searching...

I've been working through the docs & comments on this and similar issues. I'm looking for an example to: - Define secrets in an environment variable (suitable for source forges...

@alexcb Thank you so much. I'm not sure how I missed this! It's exactly what I'm looking for. The _Best Practices_ doc is clear on this: https://docs.earthly.dev/docs/guides/best-practices#use-secret-not-args-to-pass-secrets-to-the-build Because this issue...

@nedtwigg Sounds like y'all are on top of this already. Again, thanks for considering an Issue that is the result of clear user error. 😄

Cleaned up step/stage output from Gradle and Maven. Note that the lines in these 2 text file are in the same sequence as the build output (not alphabetized or otherwise...

Comments for Gradle match to chapters, I think. Maven is a CVS table, and has not been matched.

Hey @hcoles, thank you! I'm looking specifically for the output from the PITest plugin, such as: ``` > org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanFalseReturnValsMutator >> Generated 2 Killed 2 (100%) > KILLED 2 SURVIVED 0...