-
Notifications
You must be signed in to change notification settings - Fork 74
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
Various issues with macosx #36
Comments
One thing that seems to happen is that after a while it does not run the test after it detects a change in the test. It works fine for a while and then kind of gives up. Notice that in the following transcript it is detecting changes but not running the tests [watchr debug] received :changed event for lib/importer/sap_crm_sale.rb |
ruby-fsevent does not work for me either (on Lion / 10.7.4) Is there any reason not to just use the "rev" gem on OSX? It installs fine for me on Lion, and it seems to work correctly if I patch lib/watchr.rb as follows:
|
I am using the sample rails script linked to on the wiki and am having some issues.
If I install ruby-fsevent and run it with debug I get this error
[fsevents] event detection error
[fsevents] event detection error
[fsevents] event detection error
[fsevents] event detection error
[fsevents] event detection error
[fsevents] event detection error
if I remove that gem and run it again it works better but not great. It sometimes missed chages and sometimes does not execute the code even though it detects a change. Very peculiar.
Still trying to isolate the last part.
The text was updated successfully, but these errors were encountered: