-
Notifications
You must be signed in to change notification settings - Fork 353
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
removeEnumPrefix generating wrong code in callsites #830
Comments
Ah shoot, sorry for just getting to this, but yeah @anzorbalkar that is odd; I'm surprised no one else has gotten tripped up by this/that the original PR missed it. If you could submit a PR to fix, that would be great! Also cc @superclaw who submitted the original |
@anzorbalkar Could you please make a repo with minimal reproduction of this bug? Do you mean generating services from proto? |
Ah yep! Agreed @buzap , thanks for noticing that! Closing this out. |
Hi,
I just started using the
removeEnumPrefix
flag and it seems to be working well to generate the actual enum, however the other callsites in the generated code are still referencing the old style naming. In other words the generated code itself is inconsistent.Example:
=>
Am I needing to add an additional flag to correct this or is this a bug?
The text was updated successfully, but these errors were encountered: