You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2018/07/19 16:18:00 UTC

[jira] [Created] (MESOS-9096) Consider introducing a linter to check changes to tag numbers in public protos

Benjamin Bannier created MESOS-9096:
---------------------------------------

             Summary: Consider introducing a linter to check changes to tag numbers in public protos
                 Key: MESOS-9096
                 URL: https://issues.apache.org/jira/browse/MESOS-9096
             Project: Mesos
          Issue Type: Improvement
          Components: build
            Reporter: Benjamin Bannier


Right now detecting breaking changes to proto messages where a tag number changes require manual inspection. It seems it should be possible to write a proto linter which would detect such changes.

It could implement the following flow:
* check if the proto is public, e.g., in some public include path
* check that the diff contains no changes to tag numbers (same field name, similar location).

We should also check whether such tools already exist and we could add them.



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