-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test reproducing vim backupcopy=no and kqueue failure (#139)
* Add test reproducing vim backupcopy=no and kqueue failure This test reproduces the write behavior of vim with `backupcopy` set to both `yes` and `no`. `yes` is the default on Linux, and #10 fixed this case. Unforunately, on macOS, `yes` is not the default, and using `no` will cause ibazel to stop watching the file after a single file save when a kqueue-based file watcher is used. * Readd files when they are moved to overcome limitations in kqueue.
- Loading branch information
1 parent
0586b88
commit 0a37513
Showing
2 changed files
with
113 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters