Fork me on GitHub
#cursive
<
2017-02-04
>
lsenta08:02:51

@hlship Have you tried using something like https://github.com/jakemcc/lein-test-refresh to run all your tests, all the time in a REPL?

lsenta08:02:57

I'd use cursive to run the tests in the namespace I'm currently working on, and keep an eye on the whole test suite from the command line.

rauh09:02:13

@onetom FYI: There is a hack so you can avoid printing the namespaced maps:

rauh09:02:56

(alter-var-root #'clojure.core/lift-ns (fn [_] nil))
(defmethod print-method clojure.lang.IPersistentMap [m, ^java.io.Writer w]
  ((var clojure.core/print-meta) m w)
  ((var clojure.core/print-map) m (var clojure.core/pr-on) w))

cfleming23:02:22

@nicoschneider Can you send me a copy of your logs? Help-&gt;Show log in Finder…, and mail it to <mailto:[email protected]|[email protected]>

nicoschneider23:02:05

@cfleming I already resolved it. The problem was caused by an incompatible EAP plugin that did nothing good anyway, so, sorry for the disturbance

cfleming23:02:29

Oh ok, great. Which plugin was it, out of curiosity?

nicoschneider23:02:35

“Halik Early Access” (https://meet.halik.io/), it read kinda interesting in the plugin dialog. Seemed to do nothing, I just forgot to uninstall it a while back.

cfleming23:02:12

Oh interesting - Halik did indeed look cool. I’m in contact with the author and I’m waiting for him to open source it.

cfleming23:02:18

I’d like something like that in Cursive.