Boyd Stephen Smith Jr.
Boyd Stephen Smith Jr.
Using the `--poll` option seems to make it work, so I guess this is a bug in notifiers on WSL 2? ``` $ ghcid --poll Loading cabal repl --repl-options=-fno-code --repl-options=-fno-break-on-exception...
Here's the throw (in fsnotify): [createManager](https://hackage.haskell.org/package/fsnotify-0.4.1.0/docs/src/System.FSNotify.html#local-6989586621679055836) Would it be possible and "correct" to have ghcid catch this failure and "fall back" to 0.1s polling?
Same version, but on ghc-9.6.6 seems to work fine. So I'd guess there's some problem in hinotify with ghc 9.10 ? ``` $ ghcid -V Auto reloading GHCi daemon v0.8.9...
I opened https://github.com/kolmodin/hinotify/issues/38 to track it there, too. Not sure if this issue should remain open.