Skip to content

date: Remove eprintln! to avoid 2>/dev/full abort#11228

Merged
sylvestre merged 1 commit intouutils:mainfrom
oech3:date-abort
Mar 8, 2026
Merged

date: Remove eprintln! to avoid 2>/dev/full abort#11228
sylvestre merged 1 commit intouutils:mainfrom
oech3:date-abort

Conversation

@oech3
Copy link
Contributor

@oech3 oech3 commented Mar 7, 2026

Closes #11227

@github-actions
Copy link

github-actions bot commented Mar 7, 2026

GNU testsuite comparison:

Skip an intermittent issue tests/pr/bounded-memory (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/date/resolution (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tty/tty-eof (passes in this run but fails in the 'main' branch)

@oech3 oech3 marked this pull request as ready for review March 7, 2026 10:27
@github-actions
Copy link

github-actions bot commented Mar 8, 2026

GNU testsuite comparison:

GNU test failed: tests/misc/io-errors. tests/misc/io-errors is passing on 'main'. Maybe you have to rebase?
Skip an intermittent issue tests/pr/bounded-memory (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/symlink (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/tty/tty-eof (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/env/env-signal-handler was skipped on 'main' but is now failing.


if dbg_opts.debug {
eprintln!("date: input string: {input_str}");
let _ = writeln!(stderr(), "date: input string: {input_str}");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a follow up, it should use the translate macro

@sylvestre sylvestre merged commit 995c9e0 into uutils:main Mar 8, 2026
158 of 160 checks passed
@oech3 oech3 deleted the date-abort branch March 8, 2026 12:06
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.

date --debug --date= 2>/dev/full SIGABRT

2 participants