-
Notifications
You must be signed in to change notification settings - Fork 533
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
Add enum variant to string mapping #659
Conversation
@LucioFranco friendly ping :) |
Sorry for the delay on this was out on vacation and still suffering from some jetlag. I took a cursory review but would like to spend some more time looking at this. Just wanted to let you know what the status was. As for one thing, since this adds a method on the generated codegen types. I am leaning that we should just add this not as an opt-in but as a on by default without the config. This would also mean that |
Ack, I can remove the config guard. Do you have some specific method to regenerate the |
Its done via a test in |
Done. |
Looks like libz update is causing msrv issues, will need to investigate this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
@LucioFranco I have just noticed that
Maybe let's change it to |
@vriesk good idea, lets do that. |
No description provided.