On Mon, Oct 22, 2012 at 3:20 PM, Shantanu Kumar <kumar.shant...@gmail.com>wrote:
> > > On Oct 23, 12:11 am, David Nolen <dnolen.li...@gmail.com> wrote: > > On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar < > kumar.shant...@gmail.com>wrote: > > > > > 19afb31a52504293ba2182c584b1867917316662 > > > > Do you have top level lets in your code? > > > > (let [foo ...] > > (defn bar ...)) > > I have top-level let in a macro file, which is never referenced via > any of the tests: > > https://github.com/kumarshantanu/basil/blob/master/src/basil/core_macro.clj > > > However, I was suspecting the error to be happening in group.clj: > > https://github.com/kumarshantanu/basil/blob/master/src/basil/group.clj#L40 > > because, I noticed that all error instances are due to the same cause: > > TypeError: 'undefined' is not an object (evaluating 'self__.f_obtain__ > $1.call') > > Shantanu > It was a regression to reify caused by CLJS-369, http://dev.clojure.org/jira/browse/CLJS-405 It's fixed in master. If you can confirm this works for you too that would be great. David -- 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