The last time I heard about this bug was due to the inclusion of tools.reader 0.8.4 which adds new metadata not being elided by released versions of ClojureScript. It's been fixed in master and will appear in the next release. In the meantime make sure nothing is pulling in tools.reader 0.8.4.
David On Tue, Jun 10, 2014 at 1:09 PM, Andrew Nguyen <and...@klarahealth.com> wrote: > I'm currently working on narrowing down the test case to see if I can > reproduce it... > > I added clj-http 0.9.1 to my project and that results in an error when > loading an om+kioo-based frontend: > > Uncaught: TypeError: undefined is not a function > > The associated line of javascript is: > > cljs.core.PersistentQueue.EMPTY = new cljs.core.PersistentQueue(null, 0, > null, cljs.core.with_meta(cljs.core.PersistentVector.EMPTY, new > cljs.core.PersistentArrayMap(null, 1, [new cljs.core.Keyword(null, "file", > "file", 1017047278), > "resources/public/js/compiled/dashboard/cljs/core.cljs"], null)), 0); > > When I remove clj-http from my project, the problem goes away. The page that > is serving up the cljs app is not using clj-http at all - clj-http is being > used in an entirely different part of the project. > > I'm working on narrowing down an demonstrable example but, in the meantime, > wanted to see if anyone had any ideas on what might be going on. > > Context: > Chrome > clj-http 0.9.1 > clojurescript 0.0-2202 and 0.0.2227 > ring 1.2.2 > and a bunch of other libraries > > Thanks, > Andrew > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojurescript+unsubscr...@googlegroups.com. > To post to this group, send email to clojurescript@googlegroups.com. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojurescript+unsubscr...@googlegroups.com. To post to this group, send email to clojurescript@googlegroups.com. Visit this group at http://groups.google.com/group/clojurescript.