Skip to content

fix: skip unreadable files and named pipes in CreateFileList#167

Merged
steffenfritz merged 1 commit intomainfrom
fix/filewalk-skip-unreadable-and-pipes
Apr 7, 2026
Merged

fix: skip unreadable files and named pipes in CreateFileList#167
steffenfritz merged 1 commit intomainfrom
fix/filewalk-skip-unreadable-and-pipes

Conversation

@steffenfritz
Copy link
Copy Markdown
Owner

Regular files that cannot be opened (e.g. permission denied) are now added to skippedList instead of fileList. Named pipes were already routed to skippedList via the default case; the test expectation is updated to reflect both entries.

Regular files that cannot be opened (e.g. permission denied) are now
added to skippedList instead of fileList. Named pipes were already
routed to skippedList via the default case; the test expectation is
updated to reflect both entries.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@steffenfritz steffenfritz self-assigned this Apr 7, 2026
@steffenfritz steffenfritz merged commit 001b1f7 into main Apr 7, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant