Closed GoogleCodeExporter closed 9 years ago
Agree there are several bugs in codegen:
- possibly invalid name of nested struct generated;
- invalid generating of default value of enums;
- enum names generation (what is your enum type, string or int?);
But there also a bug in your source (I suspect it was generated from wsdl by
staff_codegen)
struct AccessState
{
// ...
AccessState access_state;
// ...
};
Recursive structure declaration here.
Original comment by loentar
on 18 Sep 2012 at 9:45
This issue was closed by revision r718.
Original comment by loentar
on 6 Nov 2012 at 7:08
You must write value in "defaultValue" metacomment as is, i.e. in your case
"OPEN"
Original comment by loentar
on 6 Nov 2012 at 7:10
Original issue reported on code.google.com by
bingqing...@gmail.com
on 8 Sep 2012 at 8:18