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

feat: Support thrift uuid type #196

Merged
merged 5 commits into from
Oct 11, 2023

Conversation

my-vegetable-has-exploded
Copy link
Contributor

Motivation

add uuid type for thrift

Solution

add uuid type ([u8; 16] in rust) for parser 、 resolver and codegen.

close #58

PureWhiteWu
PureWhiteWu previously approved these changes Oct 7, 2023
Copy link
Member

@PureWhiteWu PureWhiteWu left a 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

@Millione
Copy link
Member

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

@my-vegetable-has-exploded
Copy link
Contributor Author

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.

@Millione Millione enabled auto-merge (squash) October 11, 2023 07:51
@Millione Millione merged commit 31b3ec1 into cloudwego:main Oct 11, 2023
9 checks passed
@my-vegetable-has-exploded
Copy link
Contributor Author

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support thrift uuid type
3 participants