cui-liqiang / protoc-gen-as3

Automatically exported from code.google.com/p/protoc-gen-as3
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Message.toString doesn't include the message's required fields #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a .proto file with a message containing a required field
2. Compile the proto to an as file
3. Call toString() against the generated message

What is the expected output? What do you see instead?
field name and value of the required field.  Get an empty string instead

What version of the product are you using? On what operating system?
1.0.0rc3 on Windows 7 64bit

Please provide any additional information below.

Original issue reported on code.google.com by paul.fra...@gtempaccount.com on 25 Jul 2011 at 5:49

GoogleCodeExporter commented 9 years ago
Fixed in 
http://code.google.com/p/protoc-gen-as3/source/detail?r=814631ee1ead123761134b22
21902c2619171d31

Original comment by pop.atry@gmail.com on 13 Aug 2011 at 4:15