danielgtaylor / danielgtaylor/python-betterproto
Wrong at lower case & upper case transforming
Open
compiler-bug
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
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](https://files.slack.com/files-pri/T01461VD50S-F021SM3UNJF/image.png)
Contributor guide
Assessment
This issue has not been assessed yet.