This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-25
Channels
- # admin-announcements (2)
- # beginners (36)
- # boot (37)
- # cider (65)
- # cljsrn (92)
- # clojars (3)
- # clojure (225)
- # clojure-austin (5)
- # clojure-belgium (2)
- # clojure-brasil (3)
- # clojure-china (1)
- # clojure-greece (2)
- # clojure-mexico (3)
- # clojure-news (2)
- # clojure-quebec (1)
- # clojure-russia (14)
- # clojure-spec (24)
- # clojure-uk (53)
- # clojurescript (34)
- # cursive (14)
- # datascript (9)
- # datomic (4)
- # defnpodcast (8)
- # devcards (30)
- # dirac (7)
- # editors (7)
- # emacs (1)
- # figwheel (1)
- # hoplon (85)
- # immutant (2)
- # incanter (1)
- # luminus (5)
- # off-topic (41)
- # om (18)
- # onyx (11)
- # perun (2)
- # re-frame (11)
- # reagent (9)
- # ring (3)
- # spacemacs (2)
- # spirituality-ethics (1)
- # test-check (19)
- # testing (12)
- # untangled (14)
- # yada (9)
and to do this, i'll run lein install
to install nrepl into the m2 directory and then jack in should see it?
CIDER 0.13 (California) is out! The details are here https://github.com/clojure-emacs/cider/releases/tag/v0.13.0
@malabarba: afraid no dependency diffs caused by incl test.check other than test.check.
@malabarba: however, updating my cider version from melpa just now and i’m good again..
I just upgraded to cider 0.13.0 (from 0.8.2), and no longer get a repl buffer when I jack-in
I see:
Starting nREPL server via /Users/tcrawley/bin/lein update-in :dependencies conj \[org.clojure/tools.nrepl\ \"0.2.12\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.2.0\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.13.0\"\] -- repl :headless...
nREPL server started on 62182
[nREPL] Establishing direct connection to localhost:62182 ...
[nREPL] Direct connection established
Connected. Code long and prosper!
@bozhidar: Great to see a new CIDER version! Thank you! Will Prelude get an update soon to select the new CIDER version on jack in?
@dpsutton: It seems to be pulling in the 0.13.0-SNAPSHOT when starting a REPL via Boot, which is why I asked.
Ah. I know that melpa has a delay so its possible that it's not there yet. But it should take a bit but it's coming
Yeah, looks like 20160629.946 is the version I have in the elpa
folder...
I probably just need to kill emacs and restart it from scratch to see if it’ll update stuff 🙂
Well, it didn’t just now so I’ll try it again tomorrow...
@tcrawley: that's a pretty long upgrade. It's probably best to delete cider, restart emacs, and install again.
mmm I receive a error: Required feature
cider-eldoc' was not provided` after the upgrade`...I am installing cider
manually, is (require 'cider)
the only thing I need to do?
oh it is trying to compile it sorry: Compiling file /.../lib/cider/cider.el at Mon Jul 25 12:15:59 2016
with ~ 5 warnings (Malabarba do you want me to open an issue?) but a byte recompile solved
@malabarba: that did the trick, thanks!
@richiardiandrea: what did you do to install?
I usually clone and require, but I got it working no probs..my emacs also compiles automatically but you need to do it in order
I'm on 0.12. Is there any gotcha going from this to 0.13? Along those lines, does the new 'evaluation map' mean that things like C-xC-e no longer work??
The new evaluation map is kinda internal. It took everything that was mapped to C-c C-v ...
and put them on the same map so that you could nest them together somewhere else easier
https://github.com/clojure-emacs/cider/commit/20ac45c04007414dd76d302d36e1a9d030076bf2
Hmm, in 0.12, I get C-c C-v is undefined
. Obviously not something I ever used...