-
make 'pst' accept parsed exceptions
gerrit-hntschl committedMay 22, 2014
-
fixes IndexOutOfBoundsExceptions when trying to print exceptions with…
… short stack traces (< 3 StackElements). Fixes mmcgrana/clj-stacktrace#25 and mmcgrana/clj-stacktrace#26
nahuel committedAug 24, 2013
-
defensive coding to stop blowing up when there's nothing in trace-ele…
…ms for the cause
jonpither committedMay 31, 2013
-
Reverting "Remove pst-str; use with-out-str instead."
Need to wait for a full version bump to do this. This reverts commit f28bb79.
technomancy committedSep 25, 2012
-
Remove pst-str; use with-out-str instead.
technomancy committedJan 3, 2012 -
Remove a bunch of redundant utils functions.
technomancy committedJan 3, 2012 -
technomancy committed
Jan 3, 2012 -
-
have clojure-ns accept class names without $
When using aleph in combination with ring's wrap-stacktrace, certain exceptions are silently swallowed by the server. I traced this down to clojure-ns raising a null pointer exception for the class-name "lamina.core.observable.ConstantObservable", which is a defrecord. This changes clojure-ns to return "lamina.core.observable" as the ns. clojure-fn is unchanged and returns the full string, which is probably wrong. have clojure-ns accept class names without $ When using aleph in combination with ring's wrap-stacktrace, certain exceptions are silently swallowed by the server. I traced this down to clojure-ns raising a null pointer exception for the class-name "lamina.core.observable.ConstantObservable", which is a defrecord. This changes clojure-ns to return "lamina.core.observable" as the ns. clojure-fn is unchanged and returns the full string, which is probably wrong.
-
Factor out printing aligned frames
derekmansen committedDec 18, 2011
-
technomancy committed
Oct 9, 2011 -
Remove mash helper function; just use doseq.
technomancy committedOct 9, 2011 -
Cosmetic changes; mostly trailing whitespace and indentation.
technomancy committedOct 9, 2011 -
Fix clojure-code? predicate for NO_SOURCE_FILE repl functions.
technomancy committedOct 9, 2011
-
Switch from :color to :test-color as per Mark's suggestion.
technomancy committedMay 12, 2011 -
Fix leiningen.hooks.clj-stacktrace-test ns form.
technomancy committedMay 12, 2011
-
Switch to clj-stacktrace-test hook and document :repl-options
technomancy committedNov 30, 2010
-
Require clojure.stacktrace in init form. Gilardi Scenario'd!
technomancy committedNov 24, 2010
-
Add leiningen.hooks.clj-stacktrace for integration with Leiningen.
technomancy committedNov 23, 2010
-
Add class names of exceptions.
joegallo committedNov 3, 2010
-
Update Clojure fn name translation for Clojure 1.2
mmcgrana committedAug 29, 2010 -
Simpler and more robust test for inner functions
mmcgrana committedAug 29, 2010
-
remove dependency on contrib by adding a simple version of re-gsub to…
… utils
ninjudd committedJul 21, 2010
-
Fix outlier width calculation.
mmcgrana committedApr 15, 2010
-
Calculate indent considering outliers.
mmcgrana committedApr 3, 2010
-
mmcgrana committed
Mar 1, 2010
-
mmcgrana committed
Dec 22, 2009
-
Explicitly pass output targets and coloring option for pretty printing.
mmcgrana committedNov 1, 2009
-
clj-backtrace -> clj-stacktrace.
mmcgrana committedJul 12, 2009
-
mmcgrana committed
Feb 27, 2009
-
mmcgrana committed
Jan 9, 2009 -
introduce pst+ for ansi colored backtraces at the repl
mmcgrana committedJan 9, 2009
-
improve documentation for parse-exception api
mmcgrana committedJan 8, 2009 -
add license, add pst-str, add clj-backtrace.repl-test, augment readme
mmcgrana committedJan 8, 2009