You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:26:04 UTC

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

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

Gavin updated MESOS-9096:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
>            Priority: Major
>              Labels: lint
>
> 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)