8000 tr: Fix GNU behavior deviation by RenjiSann · Pull Request #7320 · uutils/coreutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tr: Fix GNU behavior deviation #7320

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

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

RenjiSann
Copy link
Collaborator

Fix the remaining edge case of #6777:

$ ./target/debug/tr -d '[=aa=]'
./target/debug/tr: aa: equivalence class operand must be a single character

@RenjiSann RenjiSann changed the title tr: Fix GNU behavior deviations tr: Fix GNU behavior deviation Feb 18, 2025
Copy link

GNU testsuite comparison:

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

Copy link

GNU testsuite comparison:

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

@RenjiSann RenjiSann force-pushed the peron/tr-fix-multiple-chars-in-eq branch 3 times, most recently from c6a1d11 to c22f493 Compare February 18, 2025 21:00
Copy link

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)

@RenjiSann RenjiSann force-pushed the peron/tr-fix-multiple-chars-in-eq branch from d051192 to ca4eb88 Compare February 19, 2025 15:14
@RenjiSann RenjiSann force-pushed the peron/tr-fix-multiple-chars-in-eq branch from ca4eb88 to 989b6ba Compare February 19, 2025 15:15
@cakebaker cakebaker linked an issue Feb 19, 2025 that may be closed by this pull request
@cakebaker cakebaker merged commit a2af5d6 into uutils:main Feb 19, 2025
65 checks passed
@cakebaker
Copy link
Contributor

Thanks :)

@RenjiSann RenjiSann deleted the peron/tr-fix-multiple-chars-in-eq branch February 25, 2025 11:12
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.

tr: deviations from reference implementation
3 participants
0