-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
rm: rm3 now passes #4013
rm: rm3 now passes #4013
Conversation
palaster
commented
Oct 8, 2022
- Changed the use of hard-coded prompts messages to use uucore::util_name instead
- Rewrote prompt_write_protected and prompt_file into a single function prompt_file because I a lot of the code was being reused for both
it seems that your change broke
|
I found out why it was causing those not to pass it is because the --force (-f) argument implementation wasn't complete. When using -f it forces it to never prompt and that wasn't implemented |
I am not sure why this is breaking the tail test, test_tail::test_follow_name_remove, for macos. And I run a linux machine and don't have a good way to go about testing the code |
It's probably an intermittently failing test. I'm rerunning the job. |
GNU testsuite comparison:
|
GNU testsuite comparison:
|
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.
Looks great to me
(@tertsdiepraam if you merge it, please squash it ;)
GNU testsuite comparison:
|
GNU testsuite comparison:
|
1 similar comment
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
1 similar comment
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
Is anything else needed? |
GNU testsuite comparison:
|
GNU testsuite comparison:
|
1 similar comment
GNU testsuite comparison:
|
Oh, rm is complex! |
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.
Yep looks all good now! @palaster thank you for sticking with this!
Indeed, bravo! |
So, I took another look at this and it seems to me that we've overcomplicated this, unless I'm missing something. As far as I can see, |