Open GoogleCodeExporter opened 9 years ago
Sorry, wrong tgz name:
What steps will reproduce the problem?
1. download pjf_empty_object.tgz
2. extract it (tar -xzvf pjf_empty_object.tgz)
3. cd pjf_empty_object
4. make clean && make && make run
Original comment by cms...@gmail.com
on 7 Aug 2013 at 8:55
This is not a bug, it's an incompatibility between the Javascript generated by
protobuf for NodeJS - https://github.com/chrisdew/protobuf/ and the parser
here, if you use the recommended snake_case field names.
protobuf for NodeJS generates camelCase field names from the snake_case field
names recommended by the protobuf docs.
You can work around it by ignoring the protobuf recommendations for field names
and using camelCase in the .proto files.
I've raised this as
https://code.google.com/p/protobuf-java-format/issues/detail?id=49
Please close this ticket.
Original comment by cms...@gmail.com
on 7 Aug 2013 at 10:48
Original issue reported on code.google.com by
cms...@gmail.com
on 7 Aug 2013 at 8:51Attachments: