Fork me on GitHub
#lein-figwheel
<
2019-03-28
>
magnars17:03:53

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

mikerod18:03:29

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

mikerod18:03:52

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

mikerod18:03:10

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

mikerod18:03:38

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

magnars19:03:15

Yes, I am on OSX.

magnars19:03:49

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

mikerod19:03:08

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

mikerod19:03:15

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

mikerod19:03:33

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

mikerod19:03:43

and it’s unmaintained 😛