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

Hi Phil,

>>   (run* [q] (wrongo 1 2))
>>   ; ClassCastException java.lang.Boolean cannot be cast to
>>   ; clojure.lang.IFn  clojure.core.logic.Substitutions (logic.clj:207)
>>
>> But where is my backtrace?
>
> The Clojure REPL has actually never provided stack traces for you.

Ok.  It was my first time using it, because the SLIME REPL always worked
that nice for me. :-)

>> Why?  Does leiningen ship with a built-in clj-stacktrace version?  If
>> so, how can I deactivate it to check if that's my backtrace eater?
>
> Swank Clojure 1.3.4 and 1.4.0-SNAPSHOT depend on clj-stacktrace now.
> Since lein plugins are uberjars, you won't necessarily see
> clj-stacktrace as a separate file.

I see.

> Can you provide version numbers for Emacs and Swank?

Emacs 24 from yesterday's bzr trunk.
clojure-mode-1.11.4 from marmalade
Leiningen 1.6.2 on Java 1.7.0_147-icedtea OpenJDK 64-Bit Server VM

I have the following lein plugins installed:

  lein-clojars-0.6.0.jar
  swank-clojure-1.3.4.jar
  lein-test-bang-bang-0.2.0-SNAPSHOT.jar

> Also if M-x toggle-debug-on-error shows any details when the stack
> trace is swallowed that would be helpful.

No, it doesn't pop up, so there's no error on the emacs side.

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