-
Notifications
You must be signed in to change notification settings - Fork 893
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
feature: include self-update status in check #2615
Conversation
573e464
to
50fbbeb
Compare
d6d1346
to
99f5c86
Compare
@kinnison Could you please take look? Thanks! |
This looks pretty good. I'm not in a position to test this out today, but will endeavour to do so in the next few days. |
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.
In general I like this, though I think it'd be slightly better if rustup check
contained a line for rustup in the case of there being no update. e.g.
rustup - Up to date : 1.23.1
Also, could you clean up your commit message when you're done? Currently it feels like you made some number of commits, then squashed them together without cleaning it up.
This is very close to being mergeable.
c4a307f
to
9842018
Compare
Added. |
Thanks for your review! ❤️ @kinnison |
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.
Please would you add a test for the new message?
9842018
to
0743dc8
Compare
Added. |
0743dc8
to
9894234
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.
Code content now looks good. Could you please fix up your commit message now. It is a history of everything you did and as such is not useful.
I'd suggest something along the lines of:
feature: include self-update status in check
Once the commit message is clean, I can merge this.
9894234
to
7bf3658
Compare
Done, thanks for your review! |
@kinnison ping~ 😄 |
7bf3658
to
27455a9
Compare
Hi, there's still a large body in the commit message which reads like a history of the commit which isn't ideal. I've pushed a rebase which cleans that up for you, and assuming I didn't break anything and the CI goes green, I'll merge this. Thank you for your work on this feature. |
Thanks for your review! |
close #2577