benmargolin / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

Compiler chokes on package directive #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Take any protobuf source file and add a package directive

What is the expected output? What do you see instead?
Expected: All messages in the .proto file generated
Instead: Only the General functions generated

What version of the product are you using? On what operating system?
Protocol Buffers Embedded C 1.0M4 compiler (API 2.4.1 compatible)
Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by robert.b...@gmail.com on 18 Jan 2015 at 11:25

GoogleCodeExporter commented 9 years ago
Suggestion: If a package directive is found, f.i. "package test;", all messages 
should be prefixed with "test_".

Original comment by robert.b...@gmail.com on 18 Jan 2015 at 11:27