You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems Lurker is missing two events here. IN_MOVED_FROM (FilesystemEvent::DELETE) and IN_MOVED_TO (FilesystemEvent::CREATE).
Tested with pecl-inotify 0.1.6
$ php -i | grep inotify -A 2
> inotify
>> Version => 0.1.1
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Setup test directory
cd /some/dir composer.phar init composer.phar require henrikbjorn/lurker dev-master mkdir -p test/foo touch test/foo/{bar,baz}.txt vim test.php
Setup test script
Open two terminals, t1 & t2
Same session with inotifywait
Conclusion
It seems Lurker is missing two events here. IN_MOVED_FROM (FilesystemEvent::DELETE) and IN_MOVED_TO (FilesystemEvent::CREATE).
Tested with pecl-inotify 0.1.6
The text was updated successfully, but these errors were encountered: