-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazily check for foreign exes which may not be necessary for the curr… #1257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, thanks! Needs some minor tweaks, but I like the approach.
Also, run spotlessApply
so that CI passes :)
lib/src/main/java/com/diffplug/spotless/cpp/ClangFormatStep.java
Outdated
Show resolved
Hide resolved
lib/src/main/java/com/diffplug/spotless/cpp/ClangFormatStep.java
Outdated
Show resolved
Hide resolved
I processed your comments. Running |
Not even |
Sorry for the slow merge. I'll get this released by tomorrow. The spotlessApply issue you were bumping into is #1238 |
Sorry for the slow turnaround - finally released in |
Run ForeignExe#confirmVersionAndGetAbsolutePath only once it is necessary.
Discussed in #673, I decided to make the 2 State implementations lazy with resolving the arguments.