﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24875	inotify broken with vim, dev server does not restart	Chris Bainbridge	nobody	"Commit 15f82c7 (""used pyinotify as change detection system when
available"") introduced a regression where editing a file in vim with
default settings (writebackup=auto) would no longer cause the dev server
to be restarted. On a write, vim moves the monitored file to a backup
path, and then creating a new file in the original. The new file is not
monitored as it has a different inode. Fix this by also watching for
inotify events IN_DELETE_SELF and IN_MOVE_SELF.
"	Bug	closed	Core (Management commands)	dev	Normal	duplicate			Unreviewed	1	0	0	0	1	0
