This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-19
Channels
- # adventofcode (82)
- # beginners (70)
- # boot (34)
- # boot-dev (13)
- # cider (45)
- # clara (4)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (91)
- # clojure-art (8)
- # clojure-czech (1)
- # clojure-dusseldorf (3)
- # clojure-france (11)
- # clojure-germany (1)
- # clojure-greece (39)
- # clojure-hamburg (1)
- # clojure-italy (24)
- # clojure-norway (2)
- # clojure-spec (7)
- # clojure-uk (31)
- # clojurescript (56)
- # core-async (7)
- # cursive (8)
- # data-science (10)
- # datomic (41)
- # duct (7)
- # emacs (1)
- # events (1)
- # fulcro (83)
- # graphql (6)
- # klipse (1)
- # leiningen (28)
- # lumo (67)
- # off-topic (14)
- # om (9)
- # onyx (3)
- # perun (4)
- # re-frame (22)
- # reagent (11)
- # ring-swagger (2)
- # rum (1)
- # specter (46)
- # sql (13)
- # uncomplicate (17)
- # unrepl (114)
Why I specify lein repl Clojure version like this:
:repl {:dependencies
[
^:displace [org.clojure/clojure "1.9.0"]
;; [cider/cider-nrepl "0.16.0-SNAPSHOT"]
]
But I launch lein repl
still get Clojure 1.8.0
@stardiviner I just tested and found that it broke in 2.8.0
it works when I downgrade to 2.7.1 and breaks when upgraded to 2.8.0
I see. Thanks. @bostonaholic
np. I was really intrigued because I’ve used ^:displace
successfully many times before. It was surprising to me that it didn’t work when I tried it.
so I had to get to the bottom of it
Me too. Luck that CIDER works fine.
I just used a deps.edn
for the first time the other day and now I'm wondering about if/how it might integrate with leiningen
I assume this must have been talked about a lot already
oh there it is
I only had to scroll up two screens' worth to find it
I should have done that first
@gfredericks I wanted to hear about this too and haven’t seen it on here - I’ll start scrolling
@mikerod I meant https://github.com/RickMoynihan/lein-tools-deps
@gfredericks: FYI this is pretty experimental just now, and not been used in any real project other than the example…
you can check the issues on github for things left to do / consider… If anymore occur feel free to open issues too… or maybe I’m just doing it wrong ™️
I upgraded to Java9 and am getting a classnotfoundexception for java/sql/Timestamp, it happens really early when I start leiningen, then I tried upgrading to 2.8.1 and got a not found excp for sun.misc.Launcher. Do I have to go back to Java 8 to use leiningen?
does this happen outside of a project with LEIN_NO_USER_PROFILES=1
?
no, it seems to be working now, I guess that error when I did lein upgrade 2.8.1 didn't stop the upgrade from happening
@dealy see https://www.deps.co/blog/how-to-upgrade-your-clojure-projects-to-use-java-9/ if you have more issues