tartley / rerun2

Rerun a given command (eg tests) on filesystem events
MIT License
98 stars 21 forks source link

Change watch target from "*" (all files in dir) to "." (current dir) #4

Closed rogerdahl closed 1 year ago

rogerdahl commented 8 years ago

rerun did not work for me with PyCharm (IntelliJ). Changing the watch target from * to . fixed it for me. The sequence of events when PyCharm updates a file is as follows:

CREATE ./script.py___jb_tmp___
MODIFY ./script.py___jb_tmp___
MOVED_FROM ./script.py
MOVED_TO ./script.py___jb_old___
MOVED_FROM ./script.py___jb_tmp___
MOVED_TO ./script.py
DELETE ./script.py___jb_old___
tartley commented 8 years ago

Interesting. Thanks for sending. Let me try it out and then merge. Not tonight but very soon.... :-)

nestor-custodio commented 1 year ago

This appears to have been implemented some time ago. Might I suggest you close this PR, as it can give the impression that the project is not being actively maintained.