On Thursday, February 7, 2013 7:11:35 PM UTC+2, David Nolen wrote:
> http://dev.clojure.org/jira/browse/CLJS-418
> 
> 
> 
> Some of you may have encountered bizarre problems when trying to use browser 
> REPL with the latest releases of ClojureScript. This ticket contains a patch 
> that should resolve the issue but we need people to test.
> 
> 
> 
> Thanks,
> David

Hi

I tested this with the following approach and got the repl to work without 
issues:

* I modified cljsbuild[1] to use [org.clojure/google-closure-library 
"0.0-2029-2"] instead of [org.clojure/google-closure-library-third-party 
"0.0-2029"].
* AFAIK google-closure-library "0.0-2029-2" will be used by clojurescript in a 
new release so the above change (should) confirm that the transitive dependency 
on google-closure-library-third-party is indeed working as expected.

I also tried to test the browser repl without cljsbuild but script/bootstrap 
pulls in different closure-library deps than are specified in the pom.xml. The 
browser repl works without cljsbuild out of the box. 

If more testing concerning this issue is required please tell me because I'd 
like to see a new clojurescript release soon.

Jonas

[1] https://github.com/emezeske/lein-cljsbuild/blob/master/support/project.clj

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to