pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Clojure 1.5.1 compatibility #91

Closed ihat closed 11 years ago

ihat commented 11 years ago

The current release of lein-ritz (0.7.0) is locked to clojure-1.4.0. What are the blockers to get it to be compatibile with clojure-1.5.1?

amalloy commented 11 years ago

It works fine on 1.5.x. lein itself runs on clojure 1.4, but the project jvm uses your own clojure version. This is the case for most lein plugins.

amalloy commented 11 years ago

(recommend @hugoduncan closes this issue as works-for-me)

hugoduncan commented 11 years ago

@amalloy can you confirm you are running ritz 0.7.0?

amalloy commented 11 years ago

@hugoduncan My ~/.lein/profiles.clj contains [lein-ritz "0.7.0"] and [ritz/ritz-nrepl-middleware "0.7.0"], and I'm running whatever elisp I got from marmalade via the getting-started instructions.

amalloy commented 11 years ago

And I certainly haven't exercised all the ritz features, but eg I can compile code without locals-clearing and see the locals in my stacktrace, in a repl for which *clojure-version* returns 1.5.1.

hugoduncan commented 11 years ago

Thanks, closing.