Clojure svn 1110 does work with latest swank-clojure. But, svn 1111 (doto) breaks swank again.
user=> java.lang.Exception: Unable to resolve symbol: start in this context (thread.clj:10) user=> java.lang.Exception: No such var: swank/ignore-protocol-version (NO_SOURCE_FILE:5) user=> java.lang.Exception: No such var: swank/start-server (NO_SOURCE_FILE:7) -Mike On Tue, Nov 18, 2008 at 10:35 PM, Jeffrey Chu <[EMAIL PROTECTED]> wrote: > > Sorry for the inconvenience. It's been fixed. - Jeff > > On Nov 18, 5:41 pm, islon <[EMAIL PROTECTED]> wrote: > > I'll not use slime right now (thanks Bill). > > swank-clojure will be fixed anytime soon? > > > > On Nov 18, 11:15 pm, "Stephen C. Gilardi" <[EMAIL PROTECTED]> wrote: > > > > > SVN version 1110 of Clojure made a breaking change to a feature that > > > swank-clojure is using. For now, I recommend moving back one rev by > > > using: > > > > > svn up -r 1109 > > > > > from within your checkout of clojure/trunk. > > > > > In the past, Jeff has updated swank-clojure very quickly on those rare > > > > occasions where Clojure changes enough to break it. Stay tuned. > > > > > --Steve > > > > > On Nov 18, 2008, at 8:01 PM, islon wrote: > > > > > > I checkouted the last clojure from svn, swank-clojure and > clojure-mode > > > > too. > > > > When I start slime it give me the following errors: > > > > > > Clojure > > > > user=> (add-classpath "file:////home/islon/opt/swank-clojure/") > > > > nil > > > > user=> > > > > (require (quote swank)) > > > > java.lang.Exception: No such var: swank.util/gen-and-load-class > > > > (core.clj:39) > > > > user=> > > > > (swank/ignore-protocol-version "2008-11-02") > > > > java.lang.Exception: No such var: swank/ignore-protocol-version > > > > (NO_SOURCE_FILE:5) > > > > user=> > > > > (swank/start-server "/tmp/slime.22694" :encoding "iso-latin-1-unix") > > > > java.lang.Exception: No such var: swank/start-server (NO_SOURCE_FILE: > > > > 7) > > > > user=> > > > > > > It worked until I update clojure from svn. > > > > Any ideas? > > > > > > Regards. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---