-
Notifications
You must be signed in to change notification settings - Fork 20
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
#297 support optional parameters for thrift functions #298
#297 support optional parameters for thrift functions #298
Conversation
@kubroid Hi, please sign the CLA first before we start the review! |
bf5b140
to
7ffe7ff
Compare
@Millione, done! |
Is this a breaking change for existing users that we must bump the version? |
In case using optional parameters it will break volo-build |
Of course its on you to decide if version change is essential. Also I'm not sure about Cargo.lock changes are required. |
Hello, I thought there's no one using this feature before, but I'm also not sure if we need to bump the minor version at this time. |
I guess... There is only one project requires this feature at this moment and I'm not sure if more will come in future. |
Maybe we can just use branch at this moment? When there's more projects rely on this, we should have already published a new version lol. |
Sure, no problems from my side :) |
@kubroid Hi, could you please don't change the version, and then I think we can merge this? |
@PureWhiteWu sorry guys, company decided to not go rust, so, all this effort is a waste of time :(( PS: thanks a lot for your help, it was fun. |
It's never a waste of time, thank you very much for helping us and the Rust open source community to be better. Of course we'd like this pr to be merged, so could you please take some time to update this pr? |
c9db3b5
to
e3f0a21
Compare
@PureWhiteWu updated, please take a look. |
e3f0a21
to
c62622f
Compare
c62622f
to
b84377e
Compare
LGTM, thanks very much! |
@kubroid It seems that you should run |
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 very much!
Resolves #297