Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(!): Make read_dir failable #31

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

Xuanwo
Copy link
Contributor

@Xuanwo Xuanwo commented Jun 18, 2024

Close #29

BREAKING CHANGE: This PR will make read_dir failable.

Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo Xuanwo force-pushed the make-read-dir-failable branch from 9b3de14 to b844a09 Compare June 18, 2024 03:08
src/handle_copymove.rs Outdated Show resolved Hide resolved
Signed-off-by: Xuanwo <github@xuanwo.io>
@messense messense merged commit f668f29 into messense:main Jun 18, 2024
6 checks passed
@Xuanwo Xuanwo deleted the make-read-dir-failable branch June 18, 2024 03:31
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.

proposal: Make read_dir returns FsStream<FsResult<Box<dyn DavDirEntry>>>
2 participants