> Switch into your project. Create a directory called checkouts. Checkout a
> fresh copy of ClojureScript in this directory. Add the following to your
> own project.clj:
>
> :extra-classpath-dirs ["checkouts/clojurescript/src/clj"
>                        "checkouts/clojurescript/src/cljs"]
>
> Now your local copy of ClojureScript will be used.

Thanks, that helped! I found the tests in my project fail when I use
commit 19afb31a52504293ba2182c584b1867917316662 (or later) in
ClojureScript with the below commit message:

19afb31... CLJS-369: Capture variable shadows in analyzer; avoid
gensyms.

Discussion on this old bug thread in lein-cljsbuild was also helpful
to use checkouts with ClojureScript: 
https://github.com/emezeske/lein-cljsbuild/issues/123

Shantanu

-- 
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

Reply via email to