gflohr / qgoda

Qgoda (pronounce: yagoda!) is an extensible static site generator with arbitrary taxonomies and cross-links and a strong focus on multilanguage facilities.
https://www.qgoda.net/
Other
31 stars 4 forks source link

Inotify broken in large sites #47

Open gflohr opened 6 years ago

gflohr commented 6 years ago

In large projects file system changes do not seem to be recognized all the times. This is rather a bug in the underlying third party modules but maybe there is a workaround.

OS: macOS High Sierra

gflohr commented 6 years ago

Debugging the problem suggests that it is a bug in either https://github.com/mvgrimes/AnyEvent-Filesys-Notify or in https://metacpan.org/pod/AnyEvent. Watching the same directory with https://github.com/hoelzro/Mac-FSEvents works without problems.

gflohr commented 6 years ago

On the other hand, using https://github.com/mvgrimes/AnyEvent-Filesys-Notify in a standalone script works without problems.

gflohr commented 1 year ago

Fixed.