qykings / protoc-gen-as3

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

Un-compilable code generated for extensions #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Run protoc with the protoc-gen-as3 plugin, specifying the attached .proto 
file

What is the expected output? What do you see instead?

On compiling the generated code (flex 3.2), observe the following errors:
[ERROR]...protocol\ChatMessage.as:[10,41] Base class is final.        
public final class ChatMessage extends Message implements IExternalizable {
[ERROR]...protocol\ChatMessage.as:[26,31] Method marked override must 
override another method.                protected override function 
writePostposeLength(output:PostposeLengthBuffer):void {

What version of the product are you using? On what operating system?

Version 0.8.6 of protoc-gen-as3
Version 3.2 of the Flex SDK
Windows

Please provide any additional information below.

Original issue reported on code.google.com by dan.pa...@gmail.com on 21 May 2010 at 2:52

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by pop.atry@gmail.com on 24 May 2010 at 10:04