This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-28
Channels
- # aleph (48)
- # announcements (3)
- # bangalore-clj (1)
- # beginners (131)
- # cider (30)
- # cljdoc (6)
- # cljs-dev (53)
- # cljsrn (24)
- # clojure (312)
- # clojure-austin (2)
- # clojure-europe (4)
- # clojure-finland (6)
- # clojure-nl (24)
- # clojure-spec (24)
- # clojure-uk (66)
- # clojurescript (185)
- # core-async (46)
- # cursive (10)
- # data-science (9)
- # datomic (15)
- # devcards (2)
- # emacs (50)
- # fulcro (28)
- # jobs (1)
- # jobs-discuss (2)
- # kaocha (11)
- # lein-figwheel (12)
- # nyc (1)
- # off-topic (105)
- # other-languages (80)
- # pedestal (6)
- # re-frame (50)
- # reagent (5)
- # reitit (1)
- # remote-jobs (2)
- # ring (10)
- # rum (1)
- # shadow-cljs (10)
- # spacemacs (19)
It seems like lein-figwheel no longer detects changes on JDK11. Switching back to JDK 1.8 works fine. Anyone else seeing this?
@magnars I wonder if it has to do with an issue in the underlying watcher lib used https://github.com/wkf/hawk/issues
this one at least seemed related https://github.com/wkf/hawk/issues/22 , but was closed
and hawk
uses https://github.com/gjoseph/BarbaryWatchService still I believe. Which is not great - but probably besides the point.
However, I wonder if that Java7 WatchService Mac OSX integration is suspect - are you using OSX and having an issue?
Whatever watcher kaocha uses might be considered for a replacement, since that Just Works™