Open GoogleCodeExporter opened 9 years ago
Original comment by Petteri.Aimonen
on 22 May 2014 at 4:41
Apologies,
optional ENUM_NAME field = 1 [default = DEFAULT_VALUE];
Should read
optional ENUM_NAME field = 1 [default = ENUM_PREFIX_DEFAULT_VALUE];
If both enum and message are in the same .proto, this works fine - just not
when imported from another.
Original comment by j...@jonread.com
on 22 May 2014 at 4:42
Yeah. It may be somewhat difficult to get information about settings from other
file, but have to check if there is some way.
Original comment by Petteri.Aimonen
on 22 May 2014 at 4:49
Original issue reported on code.google.com by
j...@jonread.com
on 22 May 2014 at 4:37