-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
numfmt: add --debug flag to print warnings about invalid input #10110
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
base: main
Are you sure you want to change the base?
Conversation
|
GNU testsuite comparison: |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
4a72ab5 to
eb508e8
Compare
|
GNU testsuite comparison: |
|
some jobs are failing, could you please have a look? thanks |
296a50e to
60ef234
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
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.