Fork me on GitHub
#cider
<
2019-01-25
>
birdspider10:01:59

@pbrown nope, returns nil, and its not on the classpath

birdspider10:01:13

it seems that the code (`jdk-sources`) is gone from cider-nrepl 0.20.0 (the version I use), and adding clojure-emacs/orchards [cider/orchard "0.4.0"] to the projects deps does not really do anything for me

vxe11:01:13

does anyone have a version number of nrepl/nrepl that is compatible with cider/cider-nrepl 0.20.0 ?

birdspider12:01:19

when I use cider-jack-in it auto-uses cider-0.20.0 with [nrepl "0.5.3"] - does this not suffice ?

birdspider12:01:49

I mean it automaticly injects it

vxe12:01:40

yeah im doing cider-connect where it needs specified 0.4.4 and 0.5.3 arent working

vxe12:01:24

ugg, using spacemacs for the first time, its apparently using 0.21.0snapshot. jack in works connect does not

birdspider12:01:59

you could try in dotspacemacs/user-init to fall back to the stable cider (whatever that is currently)

(add-to-list 'configuration-layer-elpa-archives '("melpa-stable" . ""))
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)

temco12:01:33

lein 2.8.1 connects to nrepl 0.2.12, while 2.8.3 to 0.5.3

birdspider12:01:02

@vxe I just tried with spacemacs@develop + cider0.20.snapshot and after a lein repl I can cider-connect without problems

vxe12:01:33

mines pulling in 0.21snapshot

birdspider12:01:50

@vxe mine too / typo

vxe12:01:17

anything in your profiles.clj?

birdspider12:01:27

@vxe try what @temcoemail said and check lein version

vxe12:01:12

let me try 0.5.3

vxe12:01:35

the stacktrace btw after attempting cider-connect https://gist.github.com/vxe/783d4f8d5a38462759da2d14b295bded

vxe12:01:20

I quit. Out of curiosity does spacemacs default with the bleeding edge cider, or is that configured somewhere?

birdspider12:01:51

@vxe afaik spacemacs@develop defaults to MELPA which AFAIK is bleeding/snapshots

birdspider12:01:37

I wrote before how you can pin cider to ELPA (which is the emacs stable repo)

birdspider12:01:25

or melpa-stable (haven't wrapped my head aroud this emacs repos yet)

Macroz13:01:47

I use cider-pprint-eval-last-sexp a lot and in the Cider 0.16 series it used to print stdout to the same buffer as the result which was nice. Is this still somehow possible? stdout seems to go to either repl or its own buffer only?

Macroz13:01:39

I almost never use or look at the repl buffer

pbrown20:01:08

@birdspider thanks for taking a look! I replied on the ticket. As a sanity check, you can find your copy of src.zip and add it to the classpath manually. If that doesn't fix it, something else might be broken too.