-
-
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
du: add support of --dereference-args & minor changes #4723
Conversation
553c29c
to
caa2e67
Compare
GNU testsuite comparison:
|
I wasn't expecting to fix two at once :) |
i have some other changes pending to improve the readability of this |
GNU testsuite comparison:
|
|
@cakebaker here ? :) |
Here == on my local machine with (Arch) Linux :) |
@cakebaker I think the test is fixed |
GNU testsuite comparison:
|
Yes, the test is working now. |
}; | ||
let secs = matches | ||
.get_one::<String>(options::TIME) | ||
.map(|s| get_time_secs(s, &stat)) |
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.
Ultimately this should probably happen outside of the loop. Could be a good-first-issue. So make some intermediate enum
for in Options
and then match on that instead of the string of the args.
Just one error on windows still, but can be merged once that's fixed |
6088029
to
d452ec8
Compare
GNU testsuite comparison:
|
Should make tests/du/deref.sh pass