-
Notifications
You must be signed in to change notification settings - Fork 139
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: run pre-sudo before pre-cmds && clear cached credential aft… #565
base: main
Are you sure you want to change the base?
Conversation
Here is a build with this patch included: https://github.com/SteveLauC/topgrade/releases/tag/pr565 @agoodshort, would you like to give it a test? |
Let me find a way to reproduce the issue from #372 and I am happy to test yes! May I suggest to update these comments too? Lines 1427 to 1428 in 3626c9c
Line 26 in 3626c9c
|
Sure! Done! Can I trouble you for a code review on this PR :) |
Hey @SteveLauC sorry, I am going on holidays tomorrow and didn't have a chance to reproduce the issue. I'm dropping a comment on #372 to see if author would volunteer to test, otherwise I will do it when I'm back. Code looks good, but I don't want to fully review without a proper test. |
Enjoy your holiday! :)
Sure! |
Well, I just realized that pre-sudo should be placed after |
Standards checklist:
CONTRIBUTING.md
cargo build
)cargo fmt
)cargo clippy
)cargo test
)For new steps
--dry-run
option works with this step--yes
option works with this step if it is supported bythe underlying command
If you developed a feature or a bug fix for someone else and you do not have the
means to test it, please tag this person here.
This PR
pre-sudo
before all the steps