Skip to content

Conversation

@sylvestre
Copy link
Contributor

@sylvestre sylvestre commented Mar 29, 2024

regressed because of #6139

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!

@cakebaker
Copy link
Contributor

Did you see that test_ls_dired_hyperlink_disabled fails on Windows?

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/ls/dired is no longer failing!

@sylvestre sylvestre requested a review from BenWiederhake March 31, 2024 10:09
Copy link
Collaborator

@BenWiederhake BenWiederhake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implements and tests exactly what's on the tin. Awesome!

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

Copy link
Member

@tertsdiepraam tertsdiepraam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a bit of a clap issue again here, I believe (but I don't have 9.5 installed yet so I can't check, I'll verify soon). The problem is that we are forcing the long format after all arguments have been processed by clap, whereas even the new GNU version, does it as soon as --dired is encountered. Hence, we'll probably be incompatible in this case:

ls --dired --format=vertical

Because GNU still overrides it but we don't. Not necessarity a super big problem, but something to be aware of. And please do correct me if I'm interpreting this wrong.

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!
Congrats! The gnu test tests/timeout/timeout is no longer failing!

Manages cases like:
$ ls -R --dired --hyperlink a2
will show hyperlink
$ ls -R --hyperlink --dired a2
won't
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!
Congrats! The gnu test tests/timeout/timeout is no longer failing!

@sylvestre sylvestre requested a review from cakebaker June 22, 2024 08:39
@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/ls/dired is no longer failing!
Congrats! The gnu test tests/tr/tr is no longer failing!

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/ls/dired is no longer failing!

@sylvestre
Copy link
Contributor Author

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!

…want to see the

long format

Co-authored-by: Daniel Hofstetter <[email protected]>
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!

1 similar comment
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/dired is no longer failing!

@cakebaker cakebaker merged commit 92c3de5 into uutils:main Jun 24, 2024
@cakebaker
Copy link
Contributor

Congrats! The gnu test tests/ls/dired is no longer failing!

Great, good job :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants