-
Notifications
You must be signed in to change notification settings - Fork 16
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
[bug] Polling mode doesn't work on osx #40
Comments
@jaredly It works for fine for me. Can you try it on different project and see if that makes any difference? |
|
and it never does anything else |
except for running GC for some reason ?? |
cc @chenglou I think polling mode worked for you. Could it be a jenga bug? I can't think of any reasons. |
Never tried polling actually. Just assumed it didn't work on OS X. I think OS X isn't officially supported for polling. cc @bsansouci |
Jenga uses a linux watcher (inotify I think) so no polling on osx :/ |
Time to replace it with watchman =) |
boo :/ who cares if its fast if it doesn't work |
If you want a bad replacement for this that only depends on node: https://github.com/bsansouci/tapknight/blob/6c3d7371a5c67209d75ee6bc309db755d8cf4081/watch.js |
right watchman has caused me so much grief |
and watchman was developed for FacebookScale™ and so is probs overkill for anything that's not the fb monorepo :P |
made a note there janestreet/jenga#30
|
rebel -P
, and then I change one of my source files, and it doesn't recompile. Am I missing a step?I have to kill & re-run rebel for my stuff to be recompiled
The text was updated successfully, but these errors were encountered: