Re: clojure.repl/pst problem

2014-05-07 Thread Plínio Balduino
That's true. My Leiningen is using 1.5.1 yet. Thank you Stephen. On Wed, May 7, 2014 at 3:18 PM, Stephen Gilardi wrote: > > On May 7, 2014, at 12:55 PM, Plínio Balduino wrote: > > But the documentation also shows that I can set the depth of stacktrace, > what I guess that can be a number of l

Re: clojure.repl/pst problem

2014-05-07 Thread Stephen Gilardi
On May 7, 2014, at 12:55 PM, Plínio Balduino wrote: > But the documentation also shows that I can set the depth of stacktrace, what > I guess that can be a number of lines: > > (pst 5) > > IllegalArgumentException No matching field found: getStackTrace for class > java.lang.Long clojure.lan

clojure.repl/pst problem

2014-05-07 Thread Plínio Balduino
Hi there Inside REPL there's a function pst that shows the stacktrace of last exception: (doc pst) - clojure.repl/pst ([] [e-or-depth] [e depth]) Prints a stack trace of the exception, to the depth requested. If none supplied, uses the root cause of the most recent rep