Skip to content

Conversation

cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Jun 9, 2025

This PR applies five small improvements:

  • removes a spell-checker:ignore line
  • sets "after help" in uu_app instead of uumain
  • merges some imports
  • uses a logical AND (&&) instead of a bitwise AND (&)
  • uses sets_len == 1 instead of sets_len < 2 for better readability because in our case sets_len can never be 0

Copy link

github-actions bot commented Jun 9, 2025

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit d81ffb1 into uutils:main Jun 9, 2025
75 checks passed
@cakebaker cakebaker deleted the tr_use_equals_instead_of_less_than branch June 9, 2025 15:41
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