On Sun, Dec 23, 2012 at 7:21 PM, Toby Crawley <[email protected]> wrote: > > Sean Corfield writes: > >> On Sun, Dec 23, 2012 at 8:50 AM, Peter Taoussanis >> <[email protected]>wrote: >>> Also `lein swank` appears to be failing on Leiningen 2.0.0-preview10: >>> Exception in thread "main" java.lang.IllegalArgumentException: No matching >>> ctor found for class clojure.lang.Compiler$CompilerException, >>> compiling:(swank/commands/basic.clj:182:24) >>> >> >> Given that swank-clojure is deprecated, this may be the not so subtle push >> that moves everyone over to nREPL :) IIRC, the problem is that swank >> constructs that Java class explicitly and its signature has changed to >> include column number? > > This has actually been fixed in swank-clojure 1.4.3, but the latest > lein-swank (1.4.4) still pulls in swank-clojure 1.4.2. Maybe it's time > to release a newer lein-swank - I'll chat with Phil about that.
Cool. This is also working for me with clojure 1.5.0-RC1: https://clojars.org/org.clojars.chouser/lein-swank Jeff -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
