[PR #464] [MERGED] fix: Handle Interrupted Error #493

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/464
Author: @bootandy
Created: 1/26/2025
Status: Merged
Merged: 1/26/2025
Merged by: @bootandy

Base: masterHead: perf


📝 Commits (1)

  • 4427828 fix: Handle Interrupted Error

📊 Changes

2 files changed (+42 additions, -16 deletions)

View changed files

📝 src/dir_walker.rs (+41 -16)
📝 src/progress.rs (+1 -0)

📄 Description

Rust may throw Interrupted errors while scanning filesystem. These may be retried:
https://doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.Interrupted

Fixes:
https://github.com/bootandy/dust/issues/420


🔄 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/464 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/26/2025 **Status:** ✅ Merged **Merged:** 1/26/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `perf` --- ### 📝 Commits (1) - [`4427828`](https://github.com/bootandy/dust/commit/4427828275582f23f5e421c5f901988f985b019d) fix: Handle Interrupted Error ### 📊 Changes **2 files changed** (+42 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+41 -16) 📝 `src/progress.rs` (+1 -0) </details> ### 📄 Description Rust may throw Interrupted errors while scanning filesystem. These may be retried: https://doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.Interrupted Fixes: https://github.com/bootandy/dust/issues/420 --- <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:48 +03:00
zhus closed this issue 2026-06-08 11:28:50 +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#493