This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-21
Channels
- # beginners (73)
- # capetown (1)
- # cider (13)
- # cljsrn (4)
- # clojure (56)
- # clojure-russia (2)
- # clojure-uk (1)
- # clojurescript (50)
- # community-development (3)
- # cursive (1)
- # datomic (80)
- # defnpodcast (2)
- # emacs (2)
- # fulcro (16)
- # graphql (8)
- # hoplon (206)
- # immutant (43)
- # keechma (4)
- # lumo (4)
- # off-topic (26)
- # perun (2)
- # re-frame (2)
- # reagent (4)
- # remote-jobs (2)
- # rum (4)
- # shadow-cljs (82)
- # spacemacs (5)
- # vim (6)
@donmullen I don’t get how this can be happening to begin with. None of the deps of cider-nrepl
has changed recently and the only thing I see depending on 1.2 is nREPL itself.
This is actually a boot thing, because clojure hadn't been specified in boot.properties and build.boot
@dominicm - the strange thing was that I had specified clojure version in build.boot and boot.properties and was still getting that error. At any rate - is working with 16 stable.
This is actually a boot thing, because clojure hadn't been specified in boot.properties and build.boot
@bozhidar we might not want to Mr Anderson in orchard, and instead have users do that themselves? So that they can load multiple versions of orchard.
@dominicm This makes sense for cider-nrepl
, but doesn’t make sense for people who’d want to use it directly.
I also think there was some issue with dynapath
and MrAnderson. I think that’s the reason we had used MrAnderson on it in cider-nrepl
.
At any rate - at least now a lot of cider-nrepl
is in orchard
. I had a surprisingly productive day yesterday. Unfortunately now we’re left with the really hard work - solidifying a client API and documenting it. 😄
There’s mode code to be extracted from cider-nrepl
as well, it’d be nice to also extract some things from refactor-nrepl
(//cc @benedek), but the foundation is here.
@bozhidar i think ,classpath
command is broken under java9 because of https://dev.clojure.org/jira/browse/CLASSPATH-8