GHC 2017-08-21

9 comments.

, https://git.io/v5J5i in jarun/nnn
Yeah, I tested again.

, https://git.io/v5J5P in jarun/nnn
> A few test cases from my exp 

Those were exactly what I tested :)

, https://git.io/v5J5X in jarun/nnn
Yep, works :)

, https://git.io/v5JDl in jarun/nnn
@jarun Have you pushed the branch? It's not available...

, https://git.io/v5JrV in Homebrew/homebrew-core
No problem! clock_gettime keeps giving.

, https://git.io/v5Jrw in Homebrew/homebrew-core
@ilovezfs Replied over there.

, https://git.io/v5JlF in Homebrew/homebrew-core
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">

, https://git.io/v5f7E in Homebrew/homebrew-core
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">

, https://git.io/v5fVd in jarun/nnn
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.