Re: Today is "Get Your App on Clojure 1.2" Day

2010-08-01 Thread lozh
These should be fixed in technomancy's github. He pushed http://github.com/downloads/technomancy/leiningen/leiningen-1.3.0-SNAPSHOT-standalone.jar yesterday, which I'd expect to include the fixes, though I haven't tested it myself. On Jul 30, 11:33 pm, Bootvis wrote: > There seems to be a problem

Re: Today is "Get Your App on Clojure 1.2" Day

2010-08-01 Thread Dmitry Gutov
That's leiningen bug 62: http://github.com/technomancy/leiningen/issues/closed/#issue/62 It should be fixed in trunk. On Jul 31, 2:33 am, Bootvis wrote: > There seems to be a problem with the RC on Windows. I was > followinghttp://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applica..

Re: Today is "Get Your App on Clojure 1.2" Day

2010-08-01 Thread Phil Hagelberg
On Fri, Jul 30, 2010 at 3:33 PM, Bootvis wrote: > There seems to be a problem with the RC on Windows. I was following > http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html > using the RC and doing "lein.bat run script/run.clj" errors with: > > Exception in thread "main"

Re: Today is "Get Your App on Clojure 1.2" Day

2010-08-01 Thread Mark Engelberg
On Fri, Jul 30, 2010 at 8:52 AM, Stuart Halloway wrote: > > Also, while > microbenchmarks are often misleading, if you have some that seem to show 1.2 > issues I would be happy to run them and take a look. > > Stu > > Yeah, I'm not talking

Re: Today is "Get Your App on Clojure 1.2" Day

2010-07-31 Thread Bootvis
There seems to be a problem with the RC on Windows. I was following http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html using the RC and doing "lein.bat run script/run.clj" errors with: Exception in thread "main" clojure.lang.LispReader$ReaderException: java.lang.Except

Re: Today is "Get Your App on Clojure 1.2" Day

2010-07-30 Thread Stuart Halloway
None of these warnings appear to be from clojure -- they are from other libs, mostly contrib. Stu > My project.clj: > > (defproject maho "0.1-SNAPSHOT" > :dependencies [[org.clojure/clojure "1.2.0-RC1"] > [org.clojure/clojure-contrib "1.2.0-RC1"] > [ring

Re: Today is "Get Your App on Clojure 1.2" Day

2010-07-30 Thread ngocdaothanh
My project.clj: (defproject maho "0.1-SNAPSHOT" :dependencies [[org.clojure/clojure "1.2.0-RC1"] [org.clojure/clojure-contrib "1.2.0-RC1"] [ring"0.2.5"] [clout "0.2.0"] [clj

Re: Today is "Get Your App on Clojure 1.2" Day

2010-07-30 Thread Stuart Halloway
Changelist is http://github.com/clojure/clojure/blob/1.2.x/changes.txt Also, while microbenchmarks are often misleading, if you have some that seem to show 1.2 issues I would be happy to run them and take a look. Stu > On Fri, Jul 30, 2010 at 8:05 AM, Stuart Halloway > wrote: > So wh

Re: Today is "Get Your App on Clojure 1.2" Day

2010-07-30 Thread Mark Engelberg
On Fri, Jul 30, 2010 at 8:05 AM, Stuart Halloway wrote: > So what are you waiting for? :-) > > Mostly, I'm waiting for performance reports on 1.1 vs 1.2. Last time I ran some tests against the beta, 1.2 seemed a bit slower. Also, can you provide a pointer in this thread to the list of changes f

Today is "Get Your App on Clojure 1.2" Day

2010-07-30 Thread Stuart Halloway
Clojure 1.2 has been pretty stable for quite a while now, and with the RC1 release this morning, today would be a great day to move your project to 1.2. The Clojure/core team will be hanging out on IRC and monitoring this mailing list closely until 5:00 Eastern (US) today, to help out with migra