Skip to content

tsort: remove unreachable error case#13238

Merged
sylvestre merged 1 commit into
uutils:mainfrom
cakebaker:tsort_refactor_match
Jul 1, 2026
Merged

tsort: remove unreachable error case#13238
sylvestre merged 1 commit into
uutils:mainfrom
cakebaker:tsort_refactor_match

Conversation

@cakebaker

Copy link
Copy Markdown
Contributor

This PR removes the code to handle the case of zero FILE values. It's not possible to reach that code because we define a default value in clap and so there is always at least one value.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

GNU testsuite comparison:

Note: The gnu test tests/csplit/csplit-heap is now being skipped but was previously passing.
Note: The gnu test tests/pr/bounded-memory is now being skipped but was previously passing.
Note: The gnu test tests/tail/tail-n0f is now being skipped but was previously passing.
Congrats! The gnu test tests/cp/link-heap is now passing!

@sylvestre sylvestre merged commit fb0ac39 into uutils:main Jul 1, 2026
178 checks passed
@cakebaker cakebaker deleted the tsort_refactor_match branch July 1, 2026 13:20
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.

2 participants