You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob S. Barrett (JIRA)" <ji...@apache.org> on 2017/09/20 14:25:00 UTC

[jira] [Created] (GEODE-3675) Format rule causes long CMake configure times

Jacob S. Barrett created GEODE-3675:
---------------------------------------

             Summary: Format rule causes long CMake configure times
                 Key: GEODE-3675
                 URL: https://issues.apache.org/jira/browse/GEODE-3675
             Project: Geode
          Issue Type: Bug
          Components: native client
            Reporter: Jacob S. Barrett


The format rule is causing long CMake configure times. The current implementation searches the entire source directory and adds all C++ files for reformat. The problem with this that most the directories are not source and if your build directory is a sub of your source it recurses this too. The need for a whole source format is not necessary anymore either. Targeted re-formats should executed for changed sources.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)