coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

basenc: ignore Interrupted errors

Open andrewliebenow opened this issue 1 year ago • 2 comments

Mirror behavior of std::io::Read's read_to_end function (link): continue reading when errors with kind std::io::ErrorKind::Interrupted are encountered.

Also: clean up a few other things.

andrewliebenow avatar Oct 11 '24 15:10 andrewliebenow

GNU testsuite comparison:

GNU test failed: tests/timeout/timeout. tests/timeout/timeout is passing on 'main'. Maybe you have to rebase?

github-actions[bot] avatar Oct 11 '24 15:10 github-actions[bot]

GNU testsuite comparison:

Congrats! The gnu test tests/tail/assert is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar Oct 20 '24 15:10 github-actions[bot]

Do you know if it is possible to test this?

sylvestre avatar Nov 25 '24 08:11 sylvestre

GNU testsuite comparison:

GNU test failed: tests/misc/usage_vs_getopt. tests/misc/usage_vs_getopt is passing on 'main'. Maybe you have to rebase?
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar Dec 02 '24 10:12 github-actions[bot]