zig/lib/std/Build
Loris Cro 11b49e9002 std.Build.Watch: fix macos implementation
The code did one useless thing and two wrong things:

- ref counting was basically a noop
- last_dir_fd was chosen from the wrong index and also under the wrong
  condition

This caused regular crashes on macOS which are now gone.
2025-03-15 05:29:54 +00:00
..
Cache std.Build.Cache.Path: fix single-quote escaping format 2024-10-10 14:21:52 -07:00
Fuzz adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
Step fix InstallArtifact opening empty string 2025-03-07 15:21:40 -05:00
Cache.zig lib/std/Build/Cache.zig: remove .wasi SkipZigTest checks 2025-03-08 04:38:29 +01:00
Fuzz.zig Make -freference-trace work without colors 2025-01-30 13:02:06 +01:00
Module.zig Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal" 2025-02-28 01:37:10 -08:00
Step.zig std.Build.Step: fix missing path sep in error message 2025-03-03 17:18:18 -08:00
Watch.zig std.Build.Watch: fix macos implementation 2025-03-15 05:29:54 +00:00