This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-01
Channels
- # aatree (1)
- # alda (1)
- # announcements (3)
- # beginners (10)
- # boot (44)
- # braid-chat (6)
- # cbus (5)
- # cider (19)
- # cljs-dev (5)
- # cljsrn (11)
- # clojure (203)
- # clojure-austria (1)
- # clojure-canada (1)
- # clojure-germany (2)
- # clojure-poland (46)
- # clojure-russia (38)
- # clojurescript (79)
- # clojuresque (2)
- # code-reviews (11)
- # core-async (6)
- # cursive (11)
- # datomic (12)
- # dirac (91)
- # hoplon (8)
- # juxt (14)
- # ldnclj (7)
- # lein-figwheel (6)
- # leiningen (18)
- # off-topic (3)
- # om (230)
- # om-next (7)
- # onyx (31)
- # parinfer (1)
- # proton (1)
- # re-frame (44)
- # reagent (2)
- # rethinkdb (10)
- # spacemacs (5)
- # yada (24)
@ccann: I think they removed the explicit dependency on clojure.tools.reader
in this new version, so maybe you need to add it to your project.clj
? Just guessing...
specifically, I’d like to check what version of clojure a project is on, and then programmatically set a plugin in the project map as either A or B
I see defproject supports , but what about @?
@nberger @richiardiandrea thanks for the tips! I haven’t had any luck fixing it but it looks like it’s related to timbre
since it works if I remove timbre
as a dependency (edit: i won’t say it’s “because” of timbre, just that it’s somehow involved”)
@ccann what version of timbre are you trying to use? It seems there was an issue (https://github.com/fzakaria/slf4j-timbre/issues/8) similar to yours when using timbre 4.1.4 that it got fixed in timbre 4.1.5
If I run lein compile
I get this error java.lang.RuntimeException: No dispatch macro for: =
I think this is the problem:
[com.taoensso/timbre "4.3.1"] -> [com.taoensso/encore "2.36.2"] -> [org.clojure/tools.reader "0.10.0"]
overrides
[io.weft/enclojure "1.2.2"] -> [io.weft/clj-utils "1.3.7"] -> [org.clojure/core.async "0.2.374"] -> [org.clojure/tools.analyzer.jvm "0.6.9"] -> [org.clojure/tools.reader "1.0.0-alpha1”]