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
stack build --file-watch some project; wait till it quiesces.
Run vim -u /dev/null on a file in the project
Expected result: Stack does not rebuild.
Actual result: Stack rebuilds.
More observations: vim -n -u /dev/null does not cause a rebuild, so Vim's swapfile support seems to be related? However, when I looked at the inotify traces I didn't see anything too different.
Since inotify is probably related, here's the kernel version:
[ezyang@hs01 ghc-quick3]$ uname -a
Linux hs01.scs.stanford.edu 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
vim -u /dev/null
on a file in the projectExpected result: Stack does not rebuild.
Actual result: Stack rebuilds.
More observations:
vim -n -u /dev/null
does not cause a rebuild, so Vim's swapfile support seems to be related? However, when I looked at the inotify traces I didn't see anything too different.Since inotify is probably related, here's the kernel version:
The text was updated successfully, but these errors were encountered: