Re: ClojureScript memoize throws error

2011-10-13 Thread David Nolen
Fixed in master. On Wed, Oct 12, 2011 at 2:22 PM, David Nolen dnolen.li...@gmail.com wrote: Thanks for the report, CLJS-62 reopened, http://dev.clojure.org/jira/browse/CLJS-62 David On Wed, Oct 12, 2011 at 2:10 PM, Praki praki.prak...@gmail.com wrote: I am running into a problem with

ClojureScript memoize throws error

2011-10-12 Thread Praki
I am running into a problem with memoized functions in ClojureScript. Functions which take a single argument work okay but functions of two args throw an error. I haven't been able to isolate the bug (I am able to hash vectors and nested vectors just fine). Any hints on the root cause or

Re: ClojureScript memoize throws error

2011-10-12 Thread David Nolen
Thanks for the report, CLJS-62 reopened, http://dev.clojure.org/jira/browse/CLJS-62 David On Wed, Oct 12, 2011 at 2:10 PM, Praki praki.prak...@gmail.com wrote: I am running into a problem with memoized functions in ClojureScript. Functions which take a single argument work okay but functions