Skip to content

proposal: redo-watch #5

Open
Open
@bukzor

Description

@bukzor

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions