Re: Clojurescript and google closure library versions?

2012-01-01 Thread Stuart Sierra
At the moment, ClojureScript is so heavily reliant on the Google Closure Library that it would be difficult to support the expectation that it will work with any version. The current release plan in the works for ClojureScript is to package the Google Closure Library and Compiler along with

Re: Clojurescript and google closure library versions?

2011-12-23 Thread Dave Sann
thx, I have done the same. If anyone uses pinot, I also created an updated goog.jar with the third party-libs. (so that dom/query works) you can fetch it here: https://github.com/davesann/clojurescript-goog-jar (I documented how here :

Re: Clojurescript and google closure library versions?

2011-12-22 Thread Jordan Berg
I changed the curl command in the bootstrap script locally to download r1376 since the day google released it, and I haven't had a problem since. Not sure if there is an official reason for not switching over yet though. Jordan On Tue, Dec 20, 2011 at 9:42 AM, Dave Sann daves...@gmail.com

Clojurescript and google closure library versions?

2011-12-20 Thread Dave Sann
Hi all, Does anyone know if there are any known issues with more recent versions of the google closure libraries ? Is there a plan to switch to the latest version, closure-library-2010-r1376.zip ? (found here http://code.google.com/p/closure-library/downloads/list) What is the view on