-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
fix(symlink): fix --dereference --sort=size #996
base: main
Are you sure you want to change the base?
Conversation
031ade9
to
b8a481e
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.
This looks good. Thanks for updating the tests 👍
ping @cafkafk
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.
Sorry,there has been changes conflicting with this PR, please integrate them before merge
`File::length()` did not take `--dereference` into account, and used symlink metadata unconditionally. This commit fixes that. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
a64de1a
to
f519bc6
Compare
@cafkafk Rebased. |
Hmm, seem the bsd tests are failing... I'm not sure this is your fault, it may just be github being weird >_> |
Looks like it was a temporary issue, but the previous runs timed out. eza/.github/workflows/unit-tests-bsd.yml Line 29 in e53a043
|
File::length()
did not take--dereference
into account, and usedsymlink metadata unconditionally.
This commit fixes that.