Fork me on GitHub
#cider
<
2018-06-17
>
theeternalpulse11:06:48

How do I get spacemacs to install that version. It's by default using the 0.18-SNAPSHOT version

dpsutton12:06:54

https://github.com/jwiegley/use-package#package-installation . looks like you use :pin melpa-stable in the cider layer config

theeternalpulse16:06:00

I found instructions in the java layer documentation

(push '("melpa-stable" . "") configuration-layer-elpa-archives)
  (push '(cider ."melpa-stable") package-pinned-packages)

orestis13:06:06

Not sure if this is the right channel — any pointers to nREPL clients I can use for reference? I want to play around adding Clojure support to Sublime Text.

orestis13:06:17

Of course, a second after posting this, Google gives me this: https://github.com/cemerick/nrepl-python-client — 5 years old, but there are a couple of forks out there.

bendlas16:06:18

I'm trying to get the debugger working for clojurescript. see https://github.com/clojure-emacs/cider/issues/1416 Can somebody explain, what I need to do, to be able to transform messages in the debug-middleware on a piggieback-cljs connection?

bendlas17:06:52

ok, found it: expects-piggieback

bozhidar17:06:32

@bendlas I saw your question too late. Glad you sorted this out by yourself!

bozhidar17:06:12

@orestis I know both @dominicm and @arrdem have some forks which we’ve been meaning to promote to the “official” nREPL client for Python.

orestis18:06:35

@bozhidar I’m using @dominicm’s fork for now — thanks!

orestis18:06:04

Are nREPL sessions implicit? Even if I don’t create one, I get the “session done” message back.

bozhidar18:06:07

You always create a session by connecting to the server.

bozhidar18:06:40

And each message will ultimately will result in some done message signaling that a request has been fully processed.

orestis18:06:20

Hm, I am not creating a session id on my own, it could be that that python nrepl client does it for me. Each eval sends me back a different session id.

arrdem19:06:08

Yeah @bozhidar I'd definitely get behind promoting @dominicm's client although I think there's still more to do.

orestis19:06:03

I’ll be looking at using that client in Sublime (as a way to get a colleague to at least try Clojure :) ) so hopefully I’ll kick the tires a little bit!

bozhidar20:06:13

The big connection management refactoring was just merged in master. If you’re not adventurous you probably should not update in the next few days. 🙂

cider 24
hlolli09:06:57

I have auto-update module with my use-package macro. Auto adventureous, compiling cider-repl.el (cider-repl-handle-shortcut) freezes my emacs 25.1. But it's no problem to fix it and revert.

hlolli09:06:05

actually just x-kill and restart, then it skipped cider, so no stress at all. forget my comment.