uv/crates/uv-fs/src
konsti 691ed09a9b
Fix windows lock race: Lock exclusive after all try lock errors (#2800)
We don't know what kind of error the OS gives us on `try_lock_exclusive`
with an already locked file, so we assume all those errors are an
already locked file and call `lock_exclusive`.

For example the windows error:

```
Os {
    code: 33,
    kind: Uncategorized,
    message: "The process cannot access the file because another process has locked a portion of the file.",
}
```

Fixes #2767
2024-04-03 16:02:40 +02:00
..
lib.rs Fix windows lock race: Lock exclusive after all try lock errors (#2800) 2024-04-03 16:02:40 +02:00
path.rs Bring harmony to the test snapshot filtering situation (#2678) 2024-03-27 14:10:12 +00:00