Fork me on GitHub
#cider
<
2017-11-06
>
brainfreeze00:11:12

Hmm, turns out cider-dynamic-indent only works things like cider-format-buffer? Seems unintuitive

dominicm14:11:44

@gfredericks http://ix.io/C1V this is what I'm getting with: LEIN_NO_USER_PROFILES=1 ./build.sh install

gfredericks14:11:28

@dominicm works fine for me. builds & installs in 47s

dominicm14:11:52

Are you on lein 2.8.1?

gfredericks14:11:15

Leiningen 2.7.1 on Java 1.8.0_112 Java HotSpot(TM) 64-Bit Server VM

gfredericks14:11:23

upgrading and trying again

gfredericks14:11:13

fails the same way yours does

dominicm14:11:45

Okay. lein 2.8.1 bug then. Fun.

benedek16:11:41

have not had time to look at it yet :/

dominicm16:11:58

weird, search didn't actually pick that up

dominicm16:11:27

@benedek looks like it's the upgrade of pomegranite & ergo upgrade to maven's aether from the old sonatype one.

benedek16:11:10

suppose mranderson need to follow suit or something ...

dominicm16:11:43

mranderson doesn't use sonatype directly though… Bit less direct

dominicm16:11:41

@benedek does mr anderson just need to mirror the version of pomegranate used by lein?

dominicm16:11:02

@benedek yep, it's as simple as that

benedek17:11:25

ah nice one!! thx @dominicm

dominicm17:11:04

that's okay. I've been slowly driven insane today by a tree which contains this 🙂 Want to clear my brain.

dominicm17:11:12

I was just able to patch cider-nrepl and fix the bug.

ghaskins19:11:38

hi all…just getting up to speed on using the debugger in cider+emacs….im seeing this behavior where I set a BP, hit it, hit ‘c’ to continue, and then I lose the ability to see a BP get hit again

ghaskins19:11:45

not sure what I am doing wrong, but any advice apprecated

ghaskins19:11:10

(this happens regardless of whether I try to reset the current BP, or set a new one

ghaskins19:11:21

emacs v25.3.1 and cider-nrepl 0.15.1, in case that matters