Open
Description
One feature of "modern" build systems is the ability to watch for changes in source files, then automatically invoke the build system in response. This is generally done via inotify, at the cost of making it linux-specific.
How do you feel about this feature? Would it fit better in this repo, or a fork, or as some kind of credo extension? Do you care about macos/windows support?
A bit of research on how this might be implemented in a skalibs-based project:
- skarnet only has one example of anything similar, and it's linux-only and filed into a "*-linux" package.
- I was unable to find a C library that abstracts the problem of watching files across operating systems. The closest thing was libfswatch, but it still had lots of caveats.
Metadata
Metadata
Assignees
Labels
No labels