numfmt: add --debug flag to print warnings about invalid input#10110
Merged
cakebaker merged 2 commits intouutils:mainfrom Feb 2, 2026
Merged
numfmt: add --debug flag to print warnings about invalid input#10110cakebaker merged 2 commits intouutils:mainfrom
cakebaker merged 2 commits intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
4a72ab5 to
eb508e8
Compare
|
GNU testsuite comparison: |
Contributor
|
some jobs are failing, could you please have a look? thanks |
296a50e to
60ef234
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Contributor
|
Thanks! |
1 task
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.
The GNU numfmt utility has a debug flag that has a few integration tests in numfmt. It has debug messages for three things, when grouping is used in a locale that has no effect, no conversion option specified and "header ignored with command line input"
The grouping functionality is not yet implemented so I could only start with the debug messaging for the conversion option specified and the ignored with command line input debug message.
This makes 2 more tests out of the 72 remaining numfmt related tests pass.