limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.3k stars 1.06k forks source link

Fix watch.go behavior for watched directories #532

Closed jivid closed 9 years ago

jivid commented 9 years ago

If a fsnotify event was received for a file under a directory that was being watched, a callback was only being fired for file change. In the reload_test.py, we were expecting a file creation callback to get fired, but it never was. Fixes #531

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.05%) to 62.36% when pulling 24fedfa12c74950531cd543a730e28c4df4bba45 on jivid:master into e6a6931dd2cdda948d91590f281b1d64ccfc383c on limetext:master.

jivid commented 9 years ago

I think I messed something up while syncing changes to my fork. Working on figuring out what happened here.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling af21fcf14ce5344f9986b45857f4b7f08acbfca6 on jivid:master into \ on limetext:master**.

erbridge commented 9 years ago

Please reopen this PR in https://github.com/limetext/lime-backend.