Closed GoogleCodeExporter closed 8 years ago
If you can submit a patch, I'll gladly apply it.
Cheers
Original comment by david.yu...@gmail.com
on 30 Jun 2011 at 10:28
Attached is a patch that replaces all class name references with FQCNs (in a
rather paranoid fashion).
It still does not fix the problem of using protoc keywords as variable names,
as in:
message Message {
message String {
}
required String string = 1;
required bool required = 2;
}
protoc happily compiles the above, but it looks like protostuff parser can't
handle it.
Original comment by sergei.s...@gmail.com
on 3 Jul 2011 at 10:40
Attachments:
Patch applied. Thanks.
I've also added the fix that allows protobuf keywords to be used as variable
names.
Let me know if you still have trouble compiling the example you posted above.
Cheers
Original comment by david.yu...@gmail.com
on 4 Jul 2011 at 5:38
Original issue reported on code.google.com by
sergei.s...@gmail.com
on 30 Jun 2011 at 10:20