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
In 0.9.3 when a Protocol Buffer message contains a field named: "values", all of the fields (except the "values" field) are missing in the generated code.
Thanks for the report. This helped us figure out that the bug persists in v2.1.2. To compensate we rename values fields in the proto file, and then rename the generated code back to values.
In 0.9.3 when a Protocol Buffer message contains a field named: "values", all of the fields (except the "values" field) are missing in the generated code.
The message:
Produces:
A similar message containing a field named: "values2"
Produces the correct record
The text was updated successfully, but these errors were encountered: