burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Fix adding files to filemonitor under OS X #559

Closed metcalf closed 8 years ago

metcalf commented 8 years ago

We were correctly checking whether a file was already watched before adding it to our watch list but not correctly marking it as watched. This resulted in some speed and reliability issues on OS X since: https://github.com/burke/zeus/pull/550

metcalf commented 8 years ago

r? @ptarjan cc @jeremydhoon

ptarjan commented 8 years ago

goodcatch lgtm