-
Notifications
You must be signed in to change notification settings - Fork 995
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
refactor(identify): use ReadyUpgrade
for {In,Out}boundUpgrade
#4563
Conversation
@thomaseizinger Please take a look. |
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! That looks quite clean already, only a few comments :)
@thomaseizinger
|
@thomaseizinger |
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.
Two comments. Otherwise this looks good to me. Thank you for the work!
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.
Thank you!
A few suggestions around naming consistency and idiomatic Rust :)
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.
Thank you! Turned out quite clean and the diff is negative as well which is always good :)
ReadyUpgrade
for {In,Out}boundUpgrade
Thank you so much for the review! |
Description
Related: #2863.
Notes & open questions
Change checklist