fix(nl): allow repeated flags to match GNU nl behavior (fixes #9132)#9140
Merged
cakebaker merged 1 commit intouutils:mainfrom Nov 12, 2025
Merged
fix(nl): allow repeated flags to match GNU nl behavior (fixes #9132)#9140cakebaker merged 1 commit intouutils:mainfrom
cakebaker merged 1 commit intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
cakebaker
reviewed
Nov 5, 2025
5238335 to
a2db784
Compare
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 6, 2025
|
GNU testsuite comparison: |
a2db784 to
8f1bd52
Compare
CodSpeed Performance ReportMerging #9140 will not alter performanceComparing Summary
Footnotes
|
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 10, 2025
cakebaker
reviewed
Nov 10, 2025
cakebaker
reviewed
Nov 10, 2025
cakebaker
reviewed
Nov 10, 2025
8f1bd52 to
2d56770
Compare
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 11, 2025
2d56770 to
a4819ba
Compare
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 11, 2025
1ed8792 to
aff651d
Compare
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 12, 2025
aff651d to
01cfb02
Compare
|
GNU testsuite comparison: |
cakebaker
reviewed
Nov 12, 2025
• Enable args_override_self(true) for repeated flags • Remove unnecessary ArgAction::Append calls • Fix tests to verify last value wins, not just succeeds • Update test output validation for repeated flags Fixes uutils#9132
01cfb02 to
abcfbe4
Compare
|
GNU testsuite comparison: |
Contributor
|
Thanks :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9132. uu-nl now accepts repeated flags like GNU nl. Added args_override_self(true)to all 10 value-accepting arguments.