You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Buğra Gedik (JIRA)" <ji...@apache.org> on 2018/03/27 21:48:00 UTC

[jira] [Created] (THRIFT-4532) Avoid updating Thrift compiler generated code if the output has not changed

Buğra Gedik created THRIFT-4532:
-----------------------------------

             Summary: Avoid updating Thrift compiler generated code if the output has not changed
                 Key: THRIFT-4532
                 URL: https://issues.apache.org/jira/browse/THRIFT-4532
             Project: Thrift
          Issue Type: Improvement
          Components: Compiler (General)
    Affects Versions: 0.11.0
            Reporter: Buğra Gedik
             Fix For: 0.12.0


We would like to contribute an improvement to the Thrift compiler that would avoid regenerating target file(s) if they are going to be exactly the same as the ones already present in the same place. This will help when running the Thrift compiler in our build, especially in recursive mode. It would be ideal if we were to avoid overwriting target files that do not have any changes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)