Skip to content

Conversation

@karanabe
Copy link
Contributor

Recognize the fH/fB specifiers, convert 16-bit floats to f64, and format them with the correct field widths to match GNU od.

Fixes #8345

@github-actions
Copy link

GNU testsuite comparison:

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

@karanabe
Copy link
Contributor Author

CI’s cspell check flagged “bfloat” as a misspelling—may I add “bfloat” to the cspell workspace.wordlist at function names section?

@cakebaker
Copy link
Contributor

Yes, that sounds good. Alternatively, you could also add a spell-checker:ignore entry to the top of the files (many files already have such entries).

@github-actions
Copy link

GNU testsuite comparison:

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

@karanabe
Copy link
Contributor Author

Thanks for the suggestion! I’ve added the spell-checker:ignore bfloat entry at the top of the files and CI is now passing.

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@karanabe
Copy link
Contributor Author

There are no real code changes here—I just cleaned up the merge conflicts that occurred on the identical lines.

@github-actions
Copy link

GNU testsuite comparison:

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

@RenjiSann
Copy link
Collaborator

Thank you for your contribution ! Can you squash your commits to only have 1 (or 2 if you wish to have a specific commit for the tests) ?

This improves the readability of the commit tree in main.

@karanabe karanabe force-pushed the main branch 2 times, most recently from 186c0b2 to 55bb72f Compare July 22, 2025 10:22
@karanabe
Copy link
Contributor Author

Thank you for the review! I’ve rebased and squashed my changes into a single commit.

@RenjiSann
Copy link
Collaborator

Thank you for your contribution !

@RenjiSann RenjiSann merged commit 86e9b86 into uutils:main Jul 22, 2025
116 of 117 checks passed
@github-actions
Copy link

GNU testsuite comparison:

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

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.

od: doesn't support output format specifiers fH and fB

3 participants