-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Labels
compiler-bugThe compiler is brokenThe compiler is broken
Description
While I’ve got nesting message in my proto file, it always generates wrong class name (wrong at lower case & upper case transforming). This bothers me a lot. Could someone please help me with this?
here’s my pb-msg:
message DBRemind {
message db_character_remind{
string system = 1;
uint32 value = 2;
}
repeated db_character_remind data = 1;
}
and I got this py file
Metadata
Metadata
Assignees
Labels
compiler-bugThe compiler is brokenThe compiler is broken