Fork me on GitHub
#cursive
<
2016-03-19
>
puzzler07:03:22

How do you teach Cursive how to properly indent a macro? It is currently doing weird things with the "are" macro from clojure.test.

rauh07:03:32

@puzzler: Hover over it with the mouse and there should be a popup.

puzzler07:03:07

So you have to do it for each instance of the macro?

puzzler07:03:43

Oh, I see, I just need to force it to reformat the code.

stefan b17:03:03

Hey everyone simple_smile

stefan b17:03:53

Any tips for remote REPL debugging? I'm trying to access it using SSH tunnels it works on a small project but loading the clj in the repl takes a long time. The debugger works and I saw that the debugger works with break points and all. But it freezes on bigger projects. SSH tunnel too high latency?

stefan b19:03:48

solved the problem idea was complaining about not being able to resolve a dependency. worked fine with lein repl so I had just ignored it. But making idea happy fixed the issue I was having with remote debugging