You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(windows): don't automatically delete files on open (#344)
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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 3.19.1 [unreleased]
4
+
5
+
- Don't unlink temporary files immediately on Windows (fixes #339). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.
6
+
3
7
## 3.19.0
4
8
5
9
- Remove direct dependency on `cfg-if`. It's still in the tree, but we didn't really need to use it in this crate.
0 commit comments