Re: [question] lein repl exceptions

2016-05-19 Thread Mark Engelberg
Specifically, you want (clojure.repl/pst) This function can also take as an input a number of how deep a stacktrace you want back. I use this when the reported stacktrace is not long enough. On Thu, May 19, 2016 at 8:13 PM, Mars0i wrote: > Try (pst) . > > -- > You received this message because

Re: [question] lein repl exceptions

2016-05-19 Thread Elric Erkose
Beautiful. Thanks. -- 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,

[question] lein repl exceptions

2016-05-19 Thread Mars0i
Try (pst) . -- 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 em

[question] lein repl exceptions

2016-05-19 Thread Elric Erkose
For some time I've noticed that certain exception are not printing a stacktrace when they occur in 'lein repl'. They just print a oneliner like: ArityException Wrong number of args (3) passed to: my_ns/my_fn/fn--1648 clojure.lang.AFn.throwArity (AFn.java:429) Is there a way to force them t