You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, rerun filters out the fsnotify.Chmod as a "non-interesting" changes, and therefore does not properly trigger a rebuild. While most Chmod changes aren't useful, having a config option that also listens to them would be useful for Vagrant users.
The following diff should illustrate what I mean, though it's obviously missing the config option.
If you use Vagrant, you can use https://github.com/mhallin/vagrant-notify-forwarder will send notifications from the host to the guest. However, it sends all changes only as ATTRIB changes, as per mhallin/notify-forwarder#2. These are visible to fsnotify as "fsnotify.Chmod" changes.
However, rerun filters out the fsnotify.Chmod as a "non-interesting" changes, and therefore does not properly trigger a rebuild. While most Chmod changes aren't useful, having a config option that also listens to them would be useful for Vagrant users.
The following diff should illustrate what I mean, though it's obviously missing the config option.
The text was updated successfully, but these errors were encountered: