Fork me on GitHub
#cider
<
2016-08-03
>
seancorfield02:08:30

I love how terse Expectations is but the lack of fixed symbol names causes all sorts of problems that the other test libraries just don’t have. In addition, Expectations does a fair bit of "magic" for its fixtures support (it loads a fixed namespace automatically behind the scenes) and when it does a test run — over one or more namespaces — it also does a fair bit of setup and teardown which makes it even harder to shoehorn into the model of pulling a bunch of :test metadata and just running functions...

seancorfield02:08:04

I’ll probably have another run at it, but maybe not until next week (perhaps after I’ve gotten some feedback from folks on that ticket).

yusup07:08:21

WARNING: CIDER's version (0.14.0-snapshot) does not match cider-nrepl's version (nil). Things will break!

yusup07:08:44

I have [cider/cider-nrepl "0.14.0-SNAPSHOT”] in the plugin deps list.

yusup07:08:06

is this warning caused by string mismatch ? does it affect usage ?

akiva14:08:06

@yusup, I was encountering this error in Spacemacs and updating the CIDER package seems to have fixed that for me.