ZIm/crates/fs
Smit Barmase fcf066aff5
fs: Fall back from atomic write to regular fs write when file handle is in use on Windows (#30222)
Closes #30054

For reference, another way to work around this is to drop the file
handle which we can't do in this case, as it would require reopening the
settings.json worktree, which is a rather unpleasant fix.

Another approach might be to open the file handle with some special
flags, but I couldn't get that to work at the time of writing.

Release Notes:

- Fixed "Backup and Update" in settings migration not working on
Windows.
2025-05-08 15:42:32 +05:30
..
src fs: Fall back from atomic write to regular fs write when file handle is in use on Windows (#30222) 2025-05-08 15:42:32 +05:30
Cargo.toml chore: Make objc a workspace level crate (#28258) 2025-04-07 18:46:09 +00:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00