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

fix(windows): don't automatically delete files on open #344

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

Stebalien
Copy link
Owner

We tried doing this to match the behavior on Unix platforms but this appears to trigger some form of Windows kernel bug at scale. Given that it's not necessary, we're reverting it. I'm leaving the feature flag in the Cargo.toml for now but will remove it in the near future.

fixes #339

Verified

This commit was signed with the committer’s verified signature.
abelsromero Abel Salgado Romero
We tried doing this to match the behavior on Unix platforms but this
appears to trigger some form of Windows kernel bug at scale. Given that
it's not necessary, we're reverting it. I'm leaving the feature flag in
the `Cargo.toml` for now but will remove it in the near future.

fixes #339
@Stebalien Stebalien force-pushed the steb/revert-delete-on-windows branch from ff57807 to 44f285f Compare March 19, 2025 17:23
@Stebalien Stebalien marked this pull request as ready for review March 19, 2025 17:29
@Stebalien Stebalien merged commit b60aae4 into master Mar 19, 2025
14 checks passed
@Stebalien Stebalien deleted the steb/revert-delete-on-windows branch March 19, 2025 17:29
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.

[Windows] Sporadic "Access is denied. (os error 5)" on version 3.17
1 participant