envoyproxy/envoy

Improve v2->v3 tooling for detecting unused Protobuf messages

Open

#8,839 opened on 2019年10月31日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
api/v3help wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

Full discussion in PR #8776. TL;DR the tooling removes deprecated protobuf fields, but if the deprecated field was a unique message type that was only used by deprecated fields, the tooling still leaves that now-unused type around.

コントリビューターガイド