Fork me on GitHub
#cider
<
2016-11-21
>
dangit05:11:40

Midje’s autotest isn’t working for me in the cider repl. After running (midje.repl/autotest) it will reload the files whenever they change (the Loading … message) but it doesn’t run anything. Doing the same thing in a terminal repl works fine. Anyone know what’s up?

dangit05:11:03

Ack…sorry. Upgrading to a more recent midje fixed this.

gregnwosu16:11:00

do you guys get code completion for interop methods on java objects within cider?

gregnwosu16:11:51

because i dont 🤕 😢

ljosa21:11:38

I'm trying to get cider/cider-nrepl/clojure-mode to indent macro invocations according the intent spec (e.g., {:style/indent 1}). Is that supposed to "just work" with cider and cider-nrepl 0.14.0, or do I need to do something?

echristopherson23:11:23

I forget what it is I read about that...

echristopherson23:11:52

Is that part of Cider, though, or part of Emac's Lisp or Clojure modes?

echristopherson23:11:41

Also, I'm new to the whole ecosystem, so I'm not sure I understand the issue here... is it that you want to have different indentations for different macro calls?

echristopherson23:11:37

Actually, does clojure-mode itself spring from Cider?