[PR #483] [MERGED] fix: status mesages go to stderr not stdout #505

Closed
opened 2026-06-08 11:28:54 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/483
Author: @bootandy
Created: 4/1/2025
Status: Merged
Merged: 4/2/2025
Merged by: @bootandy

Base: masterHead: use_stderr_for_logs


📝 Commits (1)

  • 9836ada fix: status mesages go to stderr not stdout

📊 Changes

3 files changed (+14 additions, -11 deletions)

View changed files

📝 src/config.rs (+1 -4)
📝 src/progress.rs (+10 -7)
📝 tests/test_flags.rs (+3 -0)

📄 Description

Progress spinner and status line are written to stderr instead of stdout.

No longer any need to detect if stdout is being redirected.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/483 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `use_stderr_for_logs` --- ### 📝 Commits (1) - [`9836ada`](https://github.com/bootandy/dust/commit/9836ada41ebf5ae0b35f962a0637aec777fa6a76) fix: status mesages go to stderr not stdout ### 📊 Changes **3 files changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+1 -4) 📝 `src/progress.rs` (+10 -7) 📝 `tests/test_flags.rs` (+3 -0) </details> ### 📄 Description Progress spinner and status line are written to stderr instead of stdout. No longer any need to detect if stdout is being redirected. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:54 +03:00
zhus closed this issue 2026-06-08 11:28:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#505