Fork me on GitHub
#testing
<
2019-12-06
>
grierson11:12:01

In midje how do I (fact + => +) getting Cannont cast clojure.core$PLUS to java.lang.Number error

grierson11:12:42

just using (fact (= + +) => true) at the moment to get round it

seancorfield17:12:19

@grierson That sounds like a bug in Midje...

seancorfield18:12:40

(you'll find a lot of folks have criticisms of Midje as not being very idiomatic and being too full of macro magic, so if you are not yet fully committed to Midje, you might want to consider alternatives...)

seancorfield18:12:29

I just looked at the commit history -- I didn't realize Brian (Marick) stopped working on it over three years ago and that a couple of other folks seem to have taken over maintenance...