Hello,

I'm in the process of porting my code to Clojure 1.3. Those two
pages were really helpful on the way:

- http://dev.clojure.org/display/doc/Clojure+Contrib
- http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go

The only dependency I still couldn't get rid of is
clojure.contrib.mock. What's the recommended replacement for this
library? How is mocking done in Clojure 1.3 at all? In pre 1.3 I
could have used binding. But in Clojure 1.3 this doesn't work
anymore, because my fn under test is not defined to be dynamic?

What's the solution to this problem? Adding ^:dynamic to those
fns?

Thanks for your help, Roman.

-- 
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

Reply via email to