-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Support thrift uuid type #196
Conversation
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.
Thanks for your contribution!
LGTM, PTAL @Millione
157a756
to
e88b793
Compare
e88b793
to
16cfc88
Compare
I remember the bench for unknown use the Message struct, maybe you should fix that either? https://github.com/cloudwego/pilota/blob/main/pilota-build/benches/unknown.rs#L148 |
Sorry, I didn't notice it. Empty uid have been added. |
thanks |
Motivation
add uuid type for thrift
Solution
add uuid type ([u8; 16] in rust) for parser 、 resolver and codegen.
close #58