autotest-inotify icon indicating copy to clipboard operation
autotest-inotify copied to clipboard

Teaches autotest to use inotify (on Linux) instead of filesystem polling.

Results 8 autotest-inotify issues
Sort by recently updated
recently updated
newest added

I've got this exception after a 'git checkout branch_x; git rebase master'. I think it is save to simply discard some inotify events. So it would probably be okay to...

I'm not sure this project is maintained in any way any longer, but I just had to fix something myself so I figured I'd post something here for anyone else...

I've found that requiring the gem at the end of `.autotest` does not work if there's an autotest configure block present (`autotest-inotify` does not seem to get loaded in that...

On Ubuntu 10.10, Rails 3.0.3, Ruby 1.9.2, and Autotest 4.4.6, autotest-inotify 0.0.5 works, but often fails to catch file changes for some reason. I noticed there have been a few...

This is my .autotest: ``` # ~.autotest require 'rubygems' require 'autotest/inotify' # broken. this causes tests to run twice and sometimes failing tests to be ignored require 'autotest/growl' SPEAKING =...

I encountered a strange bug in autotest-inotify and managed to fix it for me. However, my fix looks a bit dirty and so I'll explain the problem: When running a...

Ubuntu 10.04, Rails 3.0.3 After a new install of autotest-inotify, `autotest` prints warnings which appear to be caused by autotest-inotify and rb-inotify. When using autotest-inotify (require 'autotest/inotify' in .autotest file),...

0.0.4 still works but with 0.0.5 autotest command exits immediately: ``` > gem install autotest-inotify -v 0.0.5 > cat .autotest require 'autotest/inotify' > autotest -f -c loading autotest/rspec2 /usr/local/rvm/gems/ree-1.8.7-2010.02@bsm-rails3/gems/ffi-1.0.5/lib/ffi/struct.rb:225: warning:...