Fork me on GitHub
#cider
<
2016-06-01
>
bvulpes02:06:18

why won't cider jump to locals?

bvulpes02:06:33

i'm not proposing that it should just curious about the thinking

malabarba02:06:34

It's not something we intentionally avoided

malabarba02:06:40

It just hasn't been done

malabarba02:06:49

And I think it'd be pretty complicated to do right

bvulpes04:06:03

it's a marvelous bit of software.

benedek11:06:08

Refactor-nrepl has the means to do.something like that via tools.analyzer

benedek11:06:25

With the usual caveats

bhauman15:06:24

This has been happening a lot to me lately, I jack into clojurescript and I can't even eval from the editor.

bhauman16:06:12

well I down graded from 0.12.0 to 0.11.0 and things work now

malabarba17:06:56

I'll have to patch that soon somehow

malabarba17:06:16

The problem is that I can never reproduce this issue

malabarba17:06:25

But other people have been having it too

bhauman17:06:07

just to let you know, I have an extremely minimal init.el and I'm not using any extra middleware

bvulpes17:06:09

@malabara: Shift-C in the debugger just inserts a capital C. what should i be looking for?

bvulpes17:06:23

(w/r/t 'continuing' to the next #dbg)

nooga21:06:06

hm, cider-connect with a remote host seems to freeze my emacs on nREPL: Estabilishing SSH tunneled connection ...

bhauman21:06:05

Just letting you guys know that Figwheel 0.5.4-SNAPSHOT is out. I did all of the work on it in cider and payed a lot of attention the CLJS interaction in the Cider ClojureScript REPL buffer. Ping me if you have questions.

malabarba22:06:05

@bhauman: there's one little thing that drives me nuts.

malabarba22:06:46

Sometimes cider prints an empty return value when I evaluate something in cljs

malabarba22:06:22

Like, it displays => instead of => nil

malabarba22:06:41

Does that ever happen to you?

malabarba22:06:07

@bvulpes: maybe I'm getting the keys messed up

naomarik22:06:09

yeah i've been having the clojurescript issue as well

malabarba22:06:16

I'll have to look into it

naomarik22:06:17

it says i have not jacked in when i have

naomarik22:06:28

just have to restart emacs when it happens

bvulpes22:06:44

how big does a form have to be before cider barfs on debugging it?

malabarba22:06:37

@naomarik: really? I would never have expected that to work. What if you just restart the server instead of Emacs?

malabarba22:06:41

@bvulpes pretty big. But it's the expanded size that matters.

naomarik22:06:01

i mean i usually end up restarting server + emacs I think.. it doesn't seem to happen very frequently so i'm not sure what i restart but if i recall correctly doing just one doesn't seem to solve the problem

naomarik22:06:15

next time it happens i'll pay more attention to what's going on

naomarik22:06:12

one thing i don't know how to do, if I disconnect from a brepl using cider-quit then try to reconnect with (start-repl) it won't reconnect

bhauman22:06:02

@malabarba: haven't been aware of that, will look for it.

naomarik22:06:06

works fine if i :cljs/quit first, disconnect, then reconnect

malabarba23:06:30

@naomarik (start-repl) doesn't connect. It's a Clojure form you run in a repl (which implies it needs connection)

malabarba23:06:30

It simply turns a clj repl into a cljs repl