-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
A-buildC-bugCategory: Something isn't workingCategory: Something isn't workingC-questionCategory: Further information is requestedCategory: Further information is requested
Description
Bug Report
Version
master: afa9d9d
Platform
Linux RILEY-LT 4.19.43-microsoft-standard #1 SMP Mon May 20 19:35:22 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Crates
cargo-build
Description
When using includes it seems like the client/server are generated into the include file output. This only seems to happen under certain conditions, I believe related to compiling multiple protos at once via tonic_build::configure().compile(&["proto/health.proto", "proto/test.proto"], &["proto"]).unwrap();
Repro here:
https://github.com/rlabrecque/tonic_include_repro
Specifically see: https://github.com/rlabrecque/tonic_include_repro/blob/master/src/proto/google.protobuf.rs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-buildC-bugCategory: Something isn't workingCategory: Something isn't workingC-questionCategory: Further information is requestedCategory: Further information is requested