danielgtaylor / danielgtaylor/python-betterproto

Wrong at lower case & upper case transforming

Aperta
#236 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
compiler-bug
Lingua principale
Python
Stelle
1.8k
Fork
234
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.