-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: redo-watch #5
Comments
The scope of this project is POSIX. I'm not fundamentally opposed to windows, but I don't own a windows system and I don't intend to change that. So all development effort would have to come from someone else. How I feel about this feature? Mh. Honestly I'm kinda skeptical. The trivial version I would definitly see as a seperate project since it would be pretty general-purpose. |
Thanks for your considered response! I certainly don't want to I want |
If you wanna start hacking, just fork. |
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:
The text was updated successfully, but these errors were encountered: