ewollesen / autotest-inotify

Teaches autotest to use inotify (on Linux) instead of filesystem polling.
http://kill-0.com/projects/autotest-inotify
MIT License
18 stars 7 forks source link

Immediate exit with 0.0.5 #10

Open dolzenko opened 13 years ago

dolzenko commented 13 years ago

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: discarding old align
ewollesen commented 13 years ago

Installing ree to see if that might be the issue. I'm not having any problems with 1.8.7p249

(edit: that's mri 1.8.7-p249 for clarity)

ewollesen commented 13 years ago

I also get an immediate exit, but only when I use the -f flag. Will look into that, but would be nice if you could confirm that you're seeing the same.

dolzenko commented 13 years ago

Nope, I'm getting immediate exit no matter what options are provided.