Skip to content
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

Support watching single files #16

Closed
passcod opened this issue Jun 19, 2015 · 0 comments
Closed

Support watching single files #16

passcod opened this issue Jun 19, 2015 · 0 comments
Labels
A-enhancement Z-needs implementation Needs an implementation, will accept PRs

Comments

@passcod
Copy link
Member

passcod commented Jun 19, 2015

Currently the FSEvents backend supports watching single files, the inotify backend doesn't.

Go's fsnotify, Ruby's Listen, Facebook's Watchman and others also do not support watching single files.

Phase 0 of this feature is research:

  • What is the reason behind lack of support in others?
  • What are libraries that do have support?
  • What are challenges for an implementation?
  • Is this doable in a backend-independent manner?

If that last point can be answered by yes, another question is whether this behaviour would be better done in a separate package.

@passcod passcod added the Z-needs implementation Needs an implementation, will accept PRs label Jun 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-enhancement Z-needs implementation Needs an implementation, will accept PRs
Projects
None yet
Development

No branches or pull requests

1 participant