Uh oh!
There was an error while loading. Please reload this page.
printf: use plain text help headings - #14075
Conversation
`printf --help` printed raw Markdown headings (`### ESCAPE SEQUENCES`, `#### SUBSTITUTION QUICK REFERENCE`, ...) leaked from the after-help text, which the terminal shows verbatim. Convert the Markdown headings to plain-text headings ending in a colon, matching the fix already applied to cut and dd in uutils#13982. Updates both the en-US and fr-FR locale strings. Fixesuutils#13988
Merging this PR will degrade performance by 4.34%
|
| Mode | Benchmark | BASE | HEAD | Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | du_summarize_balanced_tree[(5, 4, 10)] | 16.1 ms | 16.9 ms | -4.34% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing nagendramohan:printf-plain-help-headings-13988 (239c5f9) with main (a9b64fc)2
Footnotes
274 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
No successful run was found on
main(71ebb92) during the generation of this report, so a9b64fc was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩
GNU testsuite comparison: |
Uh oh!
There was an error while loading. Please reload this page.
printf --helpprinted raw Markdown headings (### ESCAPE SEQUENCES,#### SUBSTITUTION QUICK REFERENCE, ...) leaked from the after-help text, which the terminal shows verbatim.Convert the Markdown headings to plain-text headings ending in a colon, matching the fix already applied to cut and dd in #13982. Updates both the en-US and fr-FR locale strings.
Fixes#13988