This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-11
Channels
- # architecture (3)
- # beginners (41)
- # boot (7)
- # cider (16)
- # cljs-dev (8)
- # cljsrn (2)
- # clojure (214)
- # clojure-austin (4)
- # clojure-russia (52)
- # clojure-spec (8)
- # clojure-taiwan (1)
- # clojure-uk (10)
- # clojurescript (87)
- # cursive (14)
- # datascript (34)
- # datomic (11)
- # dirac (55)
- # emacs (12)
- # hoplon (44)
- # luminus (6)
- # lumo (24)
- # off-topic (1)
- # om (8)
- # onyx (7)
- # overtone (2)
- # pedestal (1)
- # protorepl (4)
- # re-frame (7)
- # reagent (1)
- # ring (4)
- # rum (2)
- # slack-help (1)
- # spacemacs (2)
- # specter (32)
- # unrepl (131)
- # untangled (14)
- # yada (3)
@realtime a while ago we dropped support for Java 6. The latest CIDER version is definitely not supposed to work properly with it.
@richiardiandrea you can’t .dir-locals.el
with non-file buffers, but this requires a bit of manual work - namely such buffer should invoke this function (hack-dir-local-variables-non-file-buffer)
@bozhidar thanks, that is very helpful
@dpsutton make things rely on going all the way down to the host, so that’s pretty natural IMO
frankly, it’s beyond me why the Clojure team is still targeting Java 5, instead of embracing the innovation in the supported Java releases
agree, even aether
(maven artifact resolved) dropped java 7 support
I guess there just isn't big reasons to drop support in Clojure core?
And there are parts in Clojure, like clojure.core.reducers
that require Java 1.7 or 1.6 + backported ForkJoin library