io.aviso/pretty 0.1.19 also acts as a Leiningen plugin to accomplish this; there's a function (in the io.aviso.repl namespace) that replaces several Vars with new implementation based on io.aviso.exception/write-exception.
On Mon, Jun 1, 2015 at 11:57 AM, John Gabriele <[email protected]> wrote: > On Monday, June 1, 2015 at 2:31:46 PM UTC-4, [email protected] wrote: >> >> I think this <https://github.com/AvisoNovate/pretty> is what you're >> looking for. >> >> > Intriguing. > > How can I get this to work automatically? I've got a project created via > `lein new app my-app`, and I want to see the pretty stacktrace when I run > the app via `lein run` and things blow up. > > I tried just adding `[io.aviso/pretty "0.1.18"]` to my project.clj's > :dependencies, but that doesn't change the stack trace output in my > terminal. > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Howard M. Lewis Ship Starting with WalMart Labs on Sep 28th! Creator of Apache Tapestry (971) 678-5210 http://howardlewisship.com @hlship -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
