You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/11/03 19:48:00 UTC

[jira] [Updated] (ARROW-4515) [C++, lint] Use clang-format more efficiently in `check-format` target

     [ https://issues.apache.org/jira/browse/ARROW-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eduardo Ponce updated ARROW-4515:
---------------------------------
    Labels: good-first-issue  (was: )

> [C++, lint] Use clang-format more efficiently in `check-format` target
> ----------------------------------------------------------------------
>
>                 Key: ARROW-4515
>                 URL: https://issues.apache.org/jira/browse/ARROW-4515
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ben Kietzman
>            Priority: Minor
>              Labels: good-first-issue
>
> `clang-format` supports command line option `-output-replacements-xml` which (in the case of no required changes) outputs:
> ```
> <?xml version='1.0'?>
> <replacements xml:space='preserve' incomplete_format='false'>
> </replacements>
> ```
> Using this option during `check-format` instead of using python to compute a diff between formatted and on-disk should speed up that target significantly



--
This message was sent by Atlassian Jira
(v8.3.4#803005)