> 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 Googl
On Mon, Oct 22, 2012 at 3:20 PM, Shantanu Kumar wrote:
>
>
> On Oct 23, 12:11 am, David Nolen wrote:
> > On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar <
> kumar.shant...@gmail.com>wrote:
> >
> > > 19afb31a52504293ba2182c584b1867917316662
> >
> > Do you have top level lets in your code?
> >
> >
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] https://github.com/technomancy/leiningen/blob/master/NEWS.
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 repo)
On Oct 23, 12:20 am, Shantanu Kumar wrote:
> On Oct 23, 12:11 am, David Nolen wrote:
>
> > On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar
> > wrote:
>
> > > 19afb31a52504293ba2182c584b1867917316662
>
> > Do you have top level lets in your code?
>
> > (let [foo ...]
> > (defn bar ...))
>
>
On Mon, Oct 22, 2012 at 3:20 PM, Shantanu Kumar wrote:
>
>
> On Oct 23, 12:11 am, David Nolen wrote:
> > On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar <
> kumar.shant...@gmail.com>wrote:
> >
> > > 19afb31a52504293ba2182c584b1867917316662
> >
> > Do you have top level lets in your code?
> >
> >
On Oct 23, 12:11 am, David Nolen wrote:
> On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar
> wrote:
>
> > 19afb31a52504293ba2182c584b1867917316662
>
> Do you have top level lets in your code?
>
> (let [foo ...]
> (defn bar ...))
I have top-level let in a macro file, which is never referenced
On Mon, Oct 22, 2012 at 3:08 PM, Shantanu Kumar wrote:
> 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" group.
To post to this gr
> 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
On Mon, Oct 22, 2012 at 1:56 PM, Shantanu Kumar wrote:
>
>
> On Oct 21, 11:21 pm, David Nolen 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 buil
On Oct 21, 11:21 pm, David Nolen 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 part -- can you ple
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
> >
> wrote
> 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 clojure@g
On Oct 20, 12:52 am, Stuart Sierra
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 with 0.0-1503 (lein-cljsb
14 matches
Mail list logo