Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for an arbitrary clang_format command with arguments #124
Conversation
|
Seems a bit messy, but it's consistent with what we're doing in |
|
I've fixed the problem with Travis in #125 (sorry about that); could you rebase (and so trigger the CI test again) so that we can check that the tests still pass? |
|
This is similar to what I needed in #136 to run We might want to consider the same approach here, so that we don't end up with bug reports later on because of splitting words without respect to shell quoting. Assuming #136 goes through, I'll loop back to this PR with a diff for discussion. |
To allow using more complex clang_format commands, such as executing clang_format in a docker container, we use the more recent way of parsing arguments using codefmt#formatterhelpers#ResolveFlagToArray.
|
I've updates this to use the new |
|
LG, thanks for bearing with us on the details! |
e083709
into
google:master
funous commentedAug 6, 2019
Solves #123 by applying handling of
clang_format_executablesimilar to the existing handling ofgoogle_java_executable