> A few test cases from my exp
Those were exactly what I tested :)
imagemagick 7.0.6-9
===================
Created with `brew bump-formula-pr`.
---
Please remember to
```
brew mirror imagemagick
```
when merging.
<img src="https://i.imgur.com/s8TMOSU.png" width="40" height="53">
imagemagick@6 6.9.9-9
=====================
Created with `brew bump-formula-pr`.
---
Please remember to
```
brew mirror imagemagick@6
```
when merging.
<img src="https://i.imgur.com/s8TMOSU.png" width="40" height="53">
I'm not personally familiar with this stuff, but I point you to Emacs's [`kqueue.c`](https://github.com/emacs-mirror/emacs/blob/master/src/kqueue.c). IIRC kqueue is better than FSEvents in some ways. At least more portable, since it originated in FreeBSD and is supported on most(?) BSDs.
Ref: https://developer.apple.com/library/content/documentation/Darwin/Conceptual/FSEvents_ProgGuide/KernelQueues/KernelQueues.html.