Re: Trouble upgrading to clojure 1.2

2010-08-16 Thread Alan
Ah, that's all it was. I thought it was available after I saw someone suggest using clojure 1.2. After changing to use RC3, swank (especially swank.core/break) works beautifully. Thanks! On Aug 16, 11:23 am, Saul Hazledine wrote: > Aug 16, 8:03 pm, Alan wrote: > > > > > $ cat project.clj > > (de

Re: Trouble upgrading to clojure 1.2

2010-08-16 Thread Rasmus Svensson
2010/8/16 Alan : > I hear that swank.core/break has more functionality in 1.2, so I am > trying to upgrade to it, but I think I don't have a clear enough > understanding of what is going on when lein/clojure run, as I am > running into problems. > > $ cat project.clj > (defproject ddsolve "1.0.0-SN

Re: Trouble upgrading to clojure 1.2

2010-08-16 Thread Saul Hazledine
Aug 16, 8:03 pm, Alan wrote: > > $ cat project.clj > (defproject ddsolve "1.0.0-SNAPSHOT" >   :description "FIXME: write" >   :dependencies [[org.clojure/clojure "1.2.0"] >                  [org.clojure/clojure-contrib "1.2.0"]] >   :dev-dependencies [[swank-clojure "1.2.0"]]) You're doing everyt