Fork me on GitHub
#cider
<
2018-01-09
>
bozhidar07:01:07

I’ve never seen such blocks in docstrings, but it should be feasible. Are you talking CIDER doc buffers or in general?

pablore13:01:44

Hello, is there a way to have midje autotest in cider repl?

daveliepmann16:01:52

cider-test-run-project-tests messages "Running tests in all project namespaces..." then hangs indefinitely. I'm on 0.16.0. Does this ring any bells for anyone? I'd like to see if there's something easy I'm missing before reporting the issue.

daveliepmann15:01:16

@bozhidar thanks, I enabled the nREPL messages buffer but it doesn't seem to say much. The issue seems to be that the results (1 or 2 very small maps) of a complex Datomic query somehow cause a complete hang when running tests from CIDER but not when the functions are run manually or when running tests from the command line. Is there some resource I can read about how to interpret nREPL messages, or to understand better what CIDER is adding to the testing/evaluation process?

daveliepmann17:01:30

nevermind, it seems to be caused by venantius/ultra plugin in my lein user profile

bozhidar16:01:39

It might give you some insight.

bozhidar16:01:06

@pablore They have to implement the clojure.test protocol and midje would work with CIDER.

bozhidar16:01:46

There’s a ticket I filed, but they need someone to work on it https://github.com/marick/Midje/issues/356

arrdem19:01:04

@bozhidar clojure-mode docstrings was my thinking.