[PR #497] [MERGED] fix: bug: Remove bad error handling #513

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/497
Author: @bootandy
Created: 6/3/2025
Status: Merged
Merged: 6/4/2025
Merged by: @bootandy

Base: masterHead: fix


📝 Commits (1)

  • 3cc2648 fix: bug: Remove bad error handling

📊 Changes

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

View changed files

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

📄 Description

This may be causing dust to lock up as we were accidentally creating a second editable_error causing threads to lock.

https://github.com/bootandy/dust/issues/495


🔄 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/497 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix` --- ### 📝 Commits (1) - [`3cc2648`](https://github.com/bootandy/dust/commit/3cc2648e12089854fdec83a58fc2f32e894d07d5) fix: bug: Remove bad error handling ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+0 -1) </details> ### 📄 Description This may be causing dust to lock up as we were accidentally creating a second editable_error causing threads to lock. https://github.com/bootandy/dust/issues/495 --- <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:59 +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#513