Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong at lower case & upper case transforming #236

Open
XZ175411 opened this issue May 13, 2021 · 0 comments
Open

Wrong at lower case & upper case transforming #236

XZ175411 opened this issue May 13, 2021 · 0 comments
Labels
compiler-bug The compiler is broken

Comments

@XZ175411
Copy link

XZ175411 commented May 13, 2021

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

@Gobot1234 Gobot1234 added the compiler-bug The compiler is broken label Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler-bug The compiler is broken
Projects
None yet
Development

No branches or pull requests

2 participants