Phil Hagelberg <p...@hagelb.org> writes:

Hi Phil,

>> Do I get you right that the output is the problem that prevents me to
>> get to the SLIME REPL, since you didn't say anything at all about
>> that IllegalArgumentException?
>
> I'm not sure what's going on with the IllegalArgumentException. Do you
> have more than one version of swank in ~/.lein/plugins?

No, but there were three versions of leiningen in ~/.lein/self-installs/
if that matters.

> If so it's due to a separate bug in Leiningen. But I've fixed the
> output bug in clojure-mode 1.9.1; see if that helps.

No, still I get

--8<---------------cut here---------------start------------->8---
Exception in thread "main" java.lang.IllegalArgumentException: No value 
supplied for key: 52572
        at 
clojure.lang.PersistentHashMap.createWithCheck(PersistentHashMap.java:89)
        at clojure.core$hash_map.doInvoke(core.clj:355)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:600)
        at swank.swank$start_server.doInvoke(swank.clj:56)
        at clojure.lang.RestFn.invoke(RestFn.java:516)
        at user$eval1615.invoke(NO_SOURCE_FILE:1)
        at clojure.lang.Compiler.eval(Compiler.java:6378)
        at clojure.lang.Compiler.eval(Compiler.java:6368)
        at clojure.lang.Compiler.eval(Compiler.java:6369)
        at clojure.lang.Compiler.eval(Compiler.java:6345)
        at clojure.core$eval.invoke(core.clj:2745)
        at clojure.main$eval_opt.invoke(main.clj:296)
        at clojure.main$initialize.invoke(main.clj:315)
        at clojure.main$null_opt.invoke(main.clj:348)
        at clojure.main$main.doInvoke(main.clj:426)
        at clojure.lang.RestFn.invoke(RestFn.java:421)
        at clojure.lang.Var.invoke(Var.java:405)
        at clojure.lang.AFn.applyToHelper(AFn.java:163)
        at clojure.lang.Var.applyTo(Var.java:518)
        at clojure.main.main(main.java:37)
--8<---------------cut here---------------end--------------->8---

But with a new project created with "lein new myproject" it works fine.
Even after changing that new project's deps to clojure 1.3.0-SNAPSHOT.

Hm, I wonder what's making the existing project not "jack-innable"...

Bye,
Tassilo

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to