Re: CLJS-418: Unspecified dependency on google-closure-library-third-party

2012-11-18 Thread Herwig Hochleitner
In the case of the dependency in crosspagechannel, relevant to the browser repl, svn blame tells me that in commit r1816, the dependency to goog.async.Deferred got added to xpc:

Re: CLJS-418: Unspecified dependency on google-closure-library-third-party

2012-11-17 Thread Stuart Sierra
The real question I'm hoping somebody can answer is: what changed to cause this? The G.Closure library or ClojureScript? -S -- 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

CLJS-418: Unspecified dependency on google-closure-library-third-party

2012-11-16 Thread Stuart Sierra
http://dev.clojure.org/jira/browse/CLJS-418 We currently distribute the Google Closure Library in two separate JARs: the main library and the third-party extensions. We do this because the third-party extensions are covered by different licenses. But, as it turns out, various classes in the

Re: CLJS-418: Unspecified dependency on google-closure-library-third-party

2012-11-16 Thread Stuart Sierra
I should mention, there's an easy temporary fix: just add the third-party library as a dependency in your project: ;; In :dependencies vector of Leiningen's project.clj [org.clojure/google-closure-library-third-party 0.0-2029] -S -- You received this message because you are