Samuel "maverick" RAMOND
Results
2
issues of
Samuel "maverick" RAMOND
We have noticed that we are loosing part of a protobuf when the only attribute of an element is set to 0. Tested: on the last 2.0.0b4 Example: # Protobuf...
bug
Given the following protobuf: ``` message ABCAnswerDeleted { uint64 test_id = 1; } ``` Version: `betterproto[compiler]` -> `2.0.0b2` or `2.0.0b3` gives ``` @dataclass(eq=False, repr=False) class AbcAnswerDeleted(betterproto.Message): test_id: int = betterproto.uint64_field(1)...
compiler-bug