dimitris wrote:
This is a small testing library inspired by midje.

For what it's worth, I (author of Midje) think this is wonderful.

You might consider emphasizing that you have similar checkers, as I think that's one of Midje's strong points. I've been recently incorporating https://github.com/marick/structural-typing/ to get better error messages when checking collections. Like this:

    The checker said this about the reason:
        [0 :a :b] should be `even?`; it is `1`
        [1 :c] must exist and be non-nil
        [2 :a :b] should be `neg?`; it is `2`

Otherwise:

1) The implementation is utterly intimidating (i' ve heard this from
plenty other people)

Yeah. It started as my project to learn Clojure, so it's not... um... the way I write code today.

2) Doesn't play nicely with AOT

At two companies, I've used Midje and deployed AOT-compiled uberjars. It would be interesting to have a specific example of the problem.

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to