Fork me on GitHub
#cider
<
2016-10-13
>
richiardiandrea00:10:18

ah ah did nothing yet, just talking 😄

borkdude09:10:23

Sometimes when I navigate to a definition (M-.) I end up in the boot cache. What could be wrong here?

tomjkidd16:10:37

Hey, does anyone know how to inspect the current form? I am trying to look at keys in a hashmap that is truncated with …

tomjkidd16:10:51

*for debugging within cider

dpsutton16:10:20

does clicking it expand it?

tomjkidd16:10:10

Nah, I tried clicking every nook and cranny

dpsutton16:10:23

highlight and press enter?

tomjkidd16:10:50

I can’t actually highlight the debugger blue text

tomjkidd16:10:08

I thought just hitting a blind enter might do it, but nope for that either.

tomjkidd16:10:23

*after hitting p for inspect

tomjkidd16:10:14

After inspecting locals, at least in one instance, there is an _ defined that had it

tomjkidd16:10:26

But that is not always available...

bozhidar20:10:52

Today is my birthday, but you'll get a small gift from me

ag20:10:21

hey guys… anyone had problems with boot’s output not redirected correctly? I can’t seem to make boot-cljs compiler-options {:verbose true} to work

ag21:10:39

it’s redirecting log messages to nrepl-server buffer I don’t like that… is there a way to see it right there in cider-repl?

arrdem22:10:37

@ag this is probably a control flow issue of when boot captures the out printwriter from *out*.

arrdem22:10:19

I'd bet that if you're running a repl through boot that boot is grabbing *out* farther up the call stack before CIDER installs its network PrintWriter thing that actually gets read into emacs.

ag23:10:35

yeah, I’ve created this: https://github.com/adzerk-oss/boot-cljs/issues/138 not sure if that belongs to that project though

arrdem23:10:10

I'm gonna guess it's a bug in clojure-emacs/cider-nrepl

arrdem23:10:18

Looks like this is where all that gets dealt with...

ag23:10:55

@arrdem the lein cljsbuild though outputs to the right buffer

ag23:10:59

¯\(ツ)/¯