[PR #507] [MERGED] fix: dir_walker interrupted error #515

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/507
Author: @bootandy
Created: 7/2/2025
Status: Merged
Merged: 7/5/2025
Merged by: @bootandy

Base: masterHead: ignore_interupt


📝 Commits (3)

  • 84fa0ea fix: dir_walker interrupted error
  • 8b450f1 Revert "fix: dir_walker interrupted error"
  • 84ec23b fix: interrupted error, set limit to 999 instead.

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/dir_walker.rs (+3 -1)

📄 Description

Ignore and continue if we get many interrupted errors instead of panicing on 3.

This is from user feedback who reported occasional panics from too many interrupted errors

https://github.com/bootandy/dust/issues/495#issuecomment-3026673312


🔄 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/507 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/5/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ignore_interupt` --- ### 📝 Commits (3) - [`84fa0ea`](https://github.com/bootandy/dust/commit/84fa0ea9a4bb383c2db7f3c7f3084d4271fc54bb) fix: dir_walker interrupted error - [`8b450f1`](https://github.com/bootandy/dust/commit/8b450f1f26b4203f0553943cbe196deee13600e3) Revert "fix: dir_walker interrupted error" - [`84ec23b`](https://github.com/bootandy/dust/commit/84ec23b4ecf6f29c8fb63364e24706a91943907a) fix: interrupted error, set limit to 999 instead. ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+3 -1) </details> ### 📄 Description Ignore and continue if we get many interrupted errors instead of panicing on 3. This is from user feedback who reported occasional panics from too many interrupted errors https://github.com/bootandy/dust/issues/495#issuecomment-3026673312 --- <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:29:00 +03:00
zhus closed this issue 2026-06-08 11:29:01 +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#515