-
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
make tests pass on all platforms #3
Comments
seeking @amasad's assistance :D |
why not just use sane? ;p |
maybe. some philosophical differences like i have no idea which directories to watch, i know exactly which files to watch, and the lists of files changes. not sure how to do this with sane without watching every freaking thing in cwd haha |
you can call sane per file easily |
anyways, I can help, but let me know what specifically is not working |
what do you mean? if i could do basically this: https://github.com/normalize/nlz/issues/5#issuecomment-45409151. a file is renamed to overwrite a watched file. |
watching a single file:
You can write a simple layer on top to implement a nice for add and remove if you want.
Actually I'm not sure if I handle this case in sane :/ |
\o/ you might not hit this issue if you're already watching the file that overwrites the other file. |
not working for me on os x even though the code looks correct. not sure wtf is going on...
The text was updated successfully, but these errors were encountered: