-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ls: Fix quoting for dirnames with a colon : in recursive mode, and patch the quote-align GNU test
#6559
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
Conversation
|
GNU testsuite comparison: |
|
@BenWiederhake @sylvestre @tertsdiepraam ping, if one of you has the time to take a look :) |
88127cc to
b3b8504
Compare
|
Sorry, i didn't look because your test fails a bunch of jobs: |
|
GNU testsuite comparison: |
b3b8504 to
f121149
Compare
ff73f42 to
a754178
Compare
|
I have guessed that when using the
EDIT: It seems that in |
9c5b073 to
c709722
Compare
|
I have made a substantial change in the Even though I am pretty sure this change is sound for |
|
I realize this PR does duplicate the work in #6555. Let's compare the changes and keep the best of both. |
: in recursive mode: in recursive mode, and patch the quote-align GNU test
|
GNU testsuite comparison: |
|
Style/Lint jobs are failing due to the clippy bump, but I will rebase the PR once #6592 has landed. |
6fce655 to
c9d665f
Compare
5d96927 to
fc0f388
Compare
|
GNU testsuite comparison: |
|
I keep finding edge cases : So far: I don't see a specific pattern, so I guess we will have to do it by hand. |
fc0f388 to
95d8c96
Compare
95d8c96 to
bb716e2
Compare
|
GNU testsuite comparison: |
bb716e2 to
72619bf
Compare
|
GNU testsuite comparison: |
b5eae0f to
9498f54
Compare
|
GNU testsuite comparison: |
014fbc0 to
66b0f12
Compare
|
GNU testsuite comparison: |
|
Current set of problems with this PR:
|
66b0f12 to
300bf10
Compare
|
GNU testsuite comparison: |
Thanks for the review. The conflict and the behavior for Regarding the two other points, we can leave them for future PRs, I think it's out of the scope of this PR. |
300bf10 to
68e724f
Compare
|
GNU testsuite comparison: |
|
thanks :) |
Fixes #6554 and adds a test for it.