You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protocol buffers have "deprecated = true" notation for specifying fields that are marked as deprecated. I use this feature when knowing if I need to remove users, and on C++ I treat it as an error.
bool available = 1 [deprecated = true];
I don't see an option to get protobuf-codegen keep deprecated tags ?
The text was updated successfully, but these errors were encountered:
protocol buffers have "deprecated = true" notation for specifying fields that are marked as deprecated. I use this feature when knowing if I need to remove users, and on C++ I treat it as an error.
I don't see an option to get protobuf-codegen keep deprecated tags ?
The text was updated successfully, but these errors were encountered: