Fork me on GitHub
#cursive
<
2017-07-25
>
val_waeselynck07:07:34

Is there an easy way to save the last REPL output to clipboard?

val_waeselynck10:07:49

@cfleming thanks, can't wait to have it 🙂

zylox18:07:50

is it recognizing it as clojure at all? I don't use boot but the fact that it doesnt recognize defn- seems odd.

dadair18:07:56

yeah that seems odd

dadair18:07:38

tangental: anyone know how to get cursive to recognize clara-rules macros and bindings?

Pablo Fernandez18:07:47

No, I don’t think it’s recognizing Clojure at all.

zylox18:07:38

@dadair no, unfortuatnly it doesnt recognize clara rules at all yet

zylox18:07:50

best ive been able to do is to set them to resolve as defs

zylox18:07:10

@cfleming has talked of taking a crack at them but they are non trivial as im sure you know

zylox19:07:38

though the crowd of people wanting it seems to grow every day

cfleming22:07:14

@pupeno Cursive doesn’t like files not being under a source root. I think a lot of boot folk symlink it inside one to help.

jeremys23:07:57

@pupeno Hey mate take a look there https://github.com/boot-clj/boot/wiki/For-Cursive-Users It is a tuto that explains how to setup a task to generate a project.clj from your build.boot. It get deps so cursive can index them, pulls boot.core so you can autocomplete boot stuff, sets the sources and resources path from your config telling cursuve where your sources are... quite handy.