clojure.core.memoize dependency problem

2014-04-24 Thread Daniel Slutsky
Dear Clojure group, I am running into an interesting issue with clojure.core.memoize. I created a simple project depending on clojure.core.memoize. (defproject test-memoize "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME"; :license {:name "Eclipse Pub

Re: clojure.core.memoize dependency problem

2014-04-26 Thread Daniel Slutsky
added an issue at http://dev.clojure.org/jira/browse/CMEMOIZE-14 On Thursday, April 24, 2014 6:42:08 PM UTC+3, Daniel Slutsky wrote: > > > Dear Clojure group, > I am running into an interesting issue with clojure.core.memoize. > > I created a simple project depending on clojure.core.memoize. > (d

Re: clojure.core.memoize dependency problem

2014-04-29 Thread Sean Corfield
What Leiningen plugins do you have installed? (Both in your project and in your user profile) I believe this is caused by a plugin forcing an earlier version of clojure.core.cache on you... On Saturday, April 26, 2014, Daniel Slutsky wrote: > added an issue at > http://dev.clojure.org/jira/brow