lein-figwheel

2019-03-28T17:32:53.000800Z

It seems like lein-figwheel no longer detects changes on JDK11. Switching back to JDK 1.8 works fine. Anyone else seeing this?

2019-03-28T18:23:29.001200Z

@magnars I wonder if it has to do with an issue in the underlying watcher lib used https://github.com/wkf/hawk/issues

2019-03-28T18:23:52.001500Z

this one at least seemed related https://github.com/wkf/hawk/issues/22 , but was closed

2019-03-28T18:30:10.002200Z

and hawk uses https://github.com/gjoseph/BarbaryWatchService still I believe. Which is not great - but probably besides the point.

2019-03-28T18:30:38.002800Z

However, I wonder if that Java7 WatchService Mac OSX integration is suspect - are you using OSX and having an issue?

2019-03-28T19:11:15.003Z

Yes, I am on OSX.

2019-03-28T19:11:49.003700Z

Whatever watcher kaocha uses might be considered for a replacement, since that Just Works™

2019-03-28T19:11:51.003900Z

🙂

2019-03-28T19:20:08.004200Z

yeah, if it’s the problem that is something of interest I’d think

2019-03-28T19:20:15.004500Z

I’m not sure if figwheel-main has left this old dep behind or not

2019-03-28T19:20:33.004900Z

BarbaryWatchService is problematic to rely on - it is not compatible license-wise for one

2019-03-28T19:20:43.005200Z

and it’s unmaintained 😛