• Joined on 2026年03月12日
windwardly commented on pull request ziglang/zig#31547 2026年03月23日 11:45:10 +01:00
[WIP] Use the rename shuffle as a fallback if renaming output returns AccessDenied.

Nevermind about my contributions to this work. I played around yesterday. This is called as part of creating a file atomically, and my code drops that guarantee by dropping the NOREPLACE. My...

windwardly commented on pull request ziglang/zig#31547 2026年03月21日 23:02:51 +01:00
[WIP] Use the rename shuffle as a fallback if renaming output returns AccessDenied.

Quick test worked: this as the only patch to master and it builds Linux on NFS. I will dig into more of your review as well as dig deeper into the code. Thank you so much!

windwardly commented on pull request ziglang/zig#31547 2026年03月21日 20:58:41 +01:00
[WIP] Use the rename shuffle as a fallback if renaming output returns AccessDenied.

I'll give it a try. The above hack was to make use of previous code flow if my fix didn't work.

windwardly commented on issue ziglang/zig#31231 2026年03月21日 02:33:53 +01:00
Calling createFileAtomic throws unexpected errno: 95

@andrewrk @eshom, should I open a new issue?

windwardly commented on issue ziglang/zig#31231 2026年03月12日 15:01:01 +01:00
Calling createFileAtomic throws unexpected errno: 95

Hi, I hit something similar last month. I use NFS for my repo work areas.