envoyproxy/envoy

tools/api: `*.proto` file that consists solely of `import public` statements gets removed from the next API version

Open

#10,745 opened on Apr 12, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
apiapi/v3bughelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: *.proto file that consists solely of import public statements gets removed from the next API version

Context:

  • spotted in config/v3/trace.proto while working on #10743
  • it's not a blocker for trace.proto, though, since this file should be removed in v4 anyway

Contributor guide