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 stuart.hallo...@gmail.comwrote: http://github.com/clojure/clojure/blob/1.2.x/changes.txtAlso, 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,

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 bobjan...@gmail.com 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

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 bobjan...@gmail.com wrote: There

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:

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

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 stuart.hallo...@gmail.comwrote: 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

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

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] [ring0.2.5] [clout 0.2.0] [clj-record

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