We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tonic-build v0.1.1
Linux DellArch 5.5.8-arch1-1 #1 SMP PREEMPT Fri, 06 Mar 2020 00:57:33 +0000 x86_64 GNU/Linux
tonic-build
When Protobuf well-known types used in spec, tonic-build generates empty google.protobuf.rs file in the output directory.
google.protobuf.rs
Fields with well-known types can be normally used. The problem is only in empty file creation.
Repository with reproduction of this bug: evdokimovs/tonic-build-empty-file.
The text was updated successfully, but these errors were encountered:
This sounds like it may be a prost bug, rather than a tonic one?
prost
Sorry, something went wrong.
@LucioFranco ,
Yep, you're right, this is prost's bug. Here is the issue with this bug. But, as mentioned in the #317 and danburkert/prost#228 issues, compile_well_known_types usage can fix this.
compile_well_known_types
@evdokimovs #318 just merged so this is now supported!
Thank you!
No branches or pull requests
Bug Report
Version
tonic-build v0.1.1
Platform
Linux DellArch 5.5.8-arch1-1 #1 SMP PREEMPT Fri, 06 Mar 2020 00:57:33 +0000 x86_64 GNU/Linux
Crates
tonic-build
Description
When Protobuf well-known types used in spec,
tonic-build
generates emptygoogle.protobuf.rs
file in the output directory.Fields with well-known types can be normally used. The problem is only in empty file creation.
Repository with reproduction of this bug: evdokimovs/tonic-build-empty-file.
The text was updated successfully, but these errors were encountered: