Fork me on GitHub
#cursive
<
2017-11-02
>
danm10:11:02

Oh nice, I didn't even know Cursive did that at all. How do I get it to run my tests? I've just been using the inbuilt terminal to do it

olfal12:11:41

There is a keymap called “Run tests in current NS in REPL”

mattford13:11:52

Hello! Is there anyway I can get function names colored differently after a defn?

danm13:11:27

@olfal Thanks 🙂 We're using a different testing library so it looks like it doesn't support us, but no worries

souenzzo13:11:14

Hello. I'm trying to use JDK9 on my project (intellij still uses it own JRE8) To get repl working, due Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, I'm using on jvm args --add-modules java.xml.bind Everything works ok, but the stub generation fails with Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter

potetm21:11:44

Is there a way to set the lein profile for a clojure.main repl?

potetm21:11:02

I want to control the classpath for one run config.

kenny22:11:53

Has integration with Spectrum (https://github.com/arohner/spectrum) been discussed?