-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix: escape keywords in TypeName #67
Conversation
Thank you for this, could we possibly get an integration style test in pbjson-test? 😄 |
7054c75
to
3b717dc
Compare
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.
Looking really nice, thank you. Could you please sign the CLA and I can get this in 😄
env!("OUT_DIR"), | ||
"/test.r#abstract.r#type.escape.serde.rs" | ||
)); | ||
} |
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.
Could we possibly get some tests of serializing to/from these types?
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.
CLA ✅ |
An attempt to fix #37.