Re: leiningen with latest clojure

2009-12-19 Thread Phil Hagelberg
Andrea Tortorella writes: > Yes, I'd like to use the new branch not the master one, anyway having > this dependency in project.clj: > > [org.clojure/clojure "1.1.0-new-SNAPSHOT"] > > and using lein repl, I still have 1.1.0-alpha-SNAPSHOT at the repl. That's a bug. Currently due to I/O limitation

Re: leiningen with latest clojure

2009-12-19 Thread Andrea Tortorella
Thanks for your answers. Yes, I'd like to use the new branch not the master one, anyway having this dependency in project.clj: [org.clojure/clojure "1.1.0-new-SNAPSHOT"] and using lein repl, I still have 1.1.0-alpha-SNAPSHOT at the repl. I added the spec to the dev-dependencies too, but still ha

Re: leiningen with latest clojure

2009-12-18 Thread Alex Osborne
defn writes: > On Dec 18, 7:00 am, Andrea Tortorella wrote: >> I'd like to ask how to use leiningen with the latest clojure >> development new branch, is this possible? > This will pull down 1.1.0-master-SNAPSHOT per the settings in > project.clj which is as new as Dec. 18th, 16:00 at the time o

Re: leiningen with latest clojure

2009-12-18 Thread defn
Hello Andrea, The default project.clj for a `lein new myproject` should provide you with the latest snapshot. Then, in the myproject directory run `lein deps`. This will pull down 1.1.0-master-SNAPSHOT per the settings in project.clj which is as new as Dec. 18th, 16:00 at the time of writing thi

leiningen with latest clojure

2009-12-18 Thread Andrea Tortorella
I'm new to the group, I've been following clojure development for a while, and I want to thank rich and you all for the fantastic work. I'd like to ask how to use leiningen with the latest clojure development new branch, is this possible? thanks, Andrea Tortorella -- You received this message b