Re: ANN: ClojureScript release 0.0-1513

2012-10-23 Thread David Nolen
On Mon, Oct 22, 2012 at 3:20 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: On Oct 23, 12:11 am, David Nolen dnolen.li...@gmail.com wrote: On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: 19afb31a52504293ba2182c584b1867917316662 Do you have top

Re: ANN: ClojureScript release 0.0-1513

2012-10-23 Thread Shantanu Kumar
It was a regression to reify caused by CLJS-369,http://dev.clojure.org/jira/browse/CLJS-405 It's fixed in master. If you can confirm this works for you too that would be great. Yes, it works for me. Thanks! Shantanu -- You received this message because you are subscribed to the Google

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread Shantanu Kumar
On Oct 21, 11:21 pm, David Nolen dnolen.li...@gmail.com wrote: Please isolate the commit by using the lein checkouts feature - you can use the ClojureScript repo directly then and use git bisect to determine the exact commit that broke your build. Thanks. I'm afraid I didn't follow the first

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread David Nolen
On Mon, Oct 22, 2012 at 1:56 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: On Oct 21, 11:21 pm, David Nolen dnolen.li...@gmail.com wrote: Please isolate the commit by using the lein checkouts feature - you can use the ClojureScript repo directly then and use git bisect to determine

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread Shantanu Kumar
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

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread David Nolen
On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: 19afb31a52504293ba2182c584b1867917316662 Do you have top level lets in your code? (let [foo ...] (defn bar ...)) David -- You received this message because you are subscribed to the Google Groups Clojure

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread Shantanu Kumar
On Oct 23, 12:11 am, David Nolen dnolen.li...@gmail.com wrote: On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: 19afb31a52504293ba2182c584b1867917316662 Do you have top level lets in your code? (let [foo ...]    (defn bar ...)) I have top-level let in a

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread David Nolen
On Mon, Oct 22, 2012 at 3:20 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: On Oct 23, 12:11 am, David Nolen dnolen.li...@gmail.com wrote: On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: 19afb31a52504293ba2182c584b1867917316662 Do you have top

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread Shantanu Kumar
On Oct 23, 12:20 am, Shantanu Kumar kumar.shant...@gmail.com wrote: On Oct 23, 12:11 am, David Nolen dnolen.li...@gmail.com wrote: On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: 19afb31a52504293ba2182c584b1867917316662 Do you have top level lets in

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread AtKaaZ
This here [1] is relevant to what you said. Also this makes me realize that potentially someone using eclipse+ccw can use :extra-classpath-dirs to have two projects where one depends on another without having to *lein uberjar* on every change (and *lein install* or similar the .jar into some

Re: ANN: ClojureScript release 0.0-1513

2012-10-22 Thread AtKaaZ
Just gonna note that I'll have to use *:source-paths* instead of :extra-classpath-dirs since the latter is gone in lein2, since lein 2.0.0-preview1 sources: [1] https://github.com/emezeske/lein-cljsbuild/issues/123#issuecomment-7962308 [2]

Re: ANN: ClojureScript release 0.0-1513

2012-10-21 Thread Shantanu Kumar
On Oct 20, 12:52 am, Stuart Sierra the.stuart.sie...@gmail.com wrote: ClojureScript release 0.0-1513 is on its way to the Maven Central Repository. Changes:http://build.clojure.org/job/clojurescript-release/18/ This release (via lein-cljsbuild 0.2.9) broke one of my projects, which worked

Re: ANN: ClojureScript release 0.0-1513

2012-10-21 Thread Shantanu Kumar
1. $ git clone g...@github.com:kumarshantanu/basil.git Or whichever URL is convenient for this project: https://github.com/kumarshantanu/basil Shantanu -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: ANN: ClojureScript release 0.0-1513

2012-10-21 Thread David Nolen
Please isolate the commit by using the lein checkouts feature - you can use the ClojureScript repo directly then and use git bisect to determine the exact commit that broke your build. Thanks. On Sunday, October 21, 2012, Shantanu Kumar wrote: On Oct 20, 12:52 am, Stuart Sierra

ANN: ClojureScript release 0.0-1513

2012-10-19 Thread Stuart Sierra
ClojureScript release 0.0-1513 is on its way to the Maven Central Repository. Changes: http://build.clojure.org/job/clojurescript-release/18/ -S -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to