isphinx / protobuf-actionscript3

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

.proto files with only enums do not emit .as source files #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a .proto files which contains one or more enums, but no messages.
2. protoc !

What is the expected output? What do you see instead?
one expects an .as file for each enum, but instead one gets nothing.
if you add a message of any sort, then the enum.as files are indeed emitted.

Original issue reported on code.google.com by DocOce...@gmail.com on 26 Feb 2010 at 8:30