[PR #361] [MERGED] feat: better error messages #440

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/361
Author: @bootandy
Created: 1/7/2024
Status: Merged
Merged: 1/10/2024
Merged by: @bootandy

Base: masterHead: diff_errors2


📝 Commits (1)

  • 81dde70 feat: better error messages

📊 Changes

4 files changed (+114 additions, -53 deletions)

View changed files

📝 src/dir_walker.rs (+77 -46)
📝 src/main.rs (+27 -4)
📝 src/progress.rs (+9 -2)
📝 tests/test_flags.rs (+1 -1)

📄 Description

Provide "No such file or directory" error if file is not found. Provide "Unknown Error" if other error found

Should reduce confusion from the generic other error


🔄 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/361 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/7/2024 **Status:** ✅ Merged **Merged:** 1/10/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `diff_errors2` --- ### 📝 Commits (1) - [`81dde70`](https://github.com/bootandy/dust/commit/81dde7005e4a500338a6bd0e856d9db30ac84bee) feat: better error messages ### 📊 Changes **4 files changed** (+114 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+77 -46) 📝 `src/main.rs` (+27 -4) 📝 `src/progress.rs` (+9 -2) 📝 `tests/test_flags.rs` (+1 -1) </details> ### 📄 Description Provide "No such file or directory" error if file is not found. Provide "Unknown Error" if other error found Should reduce confusion from the generic other error --- <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:16 +03:00
zhus closed this issue 2026-06-08 11:28:17 +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#440