Build Runner: Implement File System Watching for kqueue #20599
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
os-freebsd
os-macos
os-netbsd
os-openbsd
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Extracted from #20580.
Most of the file system watching mechanism is abstracted across operating systems, however, the parts that deal with receiving events from file system changes require OS-specific implementations.
zig/lib/std/Build/Watch.zig
Line 324 in 1d20ff1
This issue is for the kqueue implementation, which covers most of the BSDs, including macOS.
Related:
The text was updated successfully, but these errors were encountered: