Fork me on GitHub
#cider
<
2018-06-29
>
bozhidar08:06:53

Sorry that I wasn’t around then - I’ve been doing Elisp for so long that I just automatically enable lexical binding everything. Files without it seem unnatural to me.

manuel16:06:35

just an FYI: upgrading clojure-mode and cider from MELPA a fews minutes ago resulted in: https://github.com/clojure-emacs/cider/issues/2361

Bravi16:06:35

Hi. I’m trying to jack-in clojurescript repl. it seems like it’s all working fine - it says connected at the bottom of the screen but when I try to evaluate anything, it says that I need to jack-in clojurescript repl

richiardiandrea17:06:13

@bravilogy yes you need C-c M-J for the clojurescript REPL...depending on your cider-default-cljs-repl it will create the desired one

Bravi17:06:34

I’m doing M-x jack-in-clojurescript like I’ve always done and it has always worked

Bravi17:06:31

another error I’ve encountered today a few times was

nrepl-send-sync-request: Sync nREPL request timed out (op eval code 

richiardiandrea17:06:27

@bravilogy probably more context is needed, which cljs REPL are you using (figwheel, shadow...). Personally I am using figwheel-main and/or shadow and I don't see that error

richiardiandrea17:06:48

(I am on latest master though)

Bravi17:06:31

there’s a screenshot

Bravi17:06:51

it happens on a fresh lein new re-frame app +cider

Bravi17:06:49

could it be spacemacs issue somehow?

richiardiandrea17:06:01

yeah it can be, it seems there are many moving parts there I would start asking in #spacemacs

dpsutton18:06:25

Try it without +cider. I remember looking at this recently and it's not necessary. (I think)

ag18:06:34

I just updated things, now I can't jack-in it says: Lisp nesting exceeds ‘max-lisp-eval-depth’ is this known issue, any quick workarounds?

ag18:06:26

cider-connect doesn't work either

dpsutton18:06:22

issue on github. it's a problem with clojure-mode

ag19:06:30

yeah, I think there were some issues with MELPA a few hours ago... maybe related

bozhidar22:06:21

I made a dumb mistake in clojure-mode - it’s fixed now.

bozhidar22:06:18

Sorry for all the problems this caused. Was juggling 20 things and edited the wrong thing…

bozhidar22:06:09

I think I’ll impose myself a rule not to do anything on OSS projects when I can’t focus on them.

ag23:06:49

That's totally understandable. Hey we're all get happy whenever you get a chance to do something. Even when you make mistakes.