-
Merge pull request #32 from Hatnik/branch-1421991728170
Update library version in README to the latest: 0.2.8
technomancy committedJan 23, 2015 -
-
technomancy committed
May 22, 2014 -
Merge pull request #30 from gerrit-hntschl/pst-parsed-exceptions
make 'pst' accept parsed exceptions
technomancy committedMay 22, 2014 -
make 'pst' accept parsed exceptions
gerrit-hntschl committedMay 22, 2014
-
Merge pull request #28 from rlipman/remove-at-from-readme
Replace @ in README with deref
technomancy committedOct 23, 2013
-
Replace @ in README with deref
Some lein plugins, such as [lein-ancient](https://github.com/xsc/lein-ancient), read profiles.clj as EDN. The @ reader macro is not valid EDN, so I changed the example in the README to use deref instead. Exact usage: https://github.com/xsc/lein-ancient/blob/master/src/leiningen/ancient/utils/io.clj#L93
Reed Lipman committedOct 22, 2013
-
Release 0.2.7 with an NPE fix.
technomancy committedOct 14, 2013 -
Merge pull request #27 from nahuel/fix-short-stacktraces-bug
fixes IndexOutOfBoundsExceptions when trying to print exceptions
technomancy committedOct 14, 2013
-
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
-
technomancy committed
Jun 20, 2013 -
technomancy committed
Jun 20, 2013
-
defensive coding to stop blowing up when there's nothing in trace-ele…
…ms for the cause
jonpither committedMay 31, 2013
-
technomancy committed
Sep 25, 2012 -
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
-
Merge pull request #16 from scottstack/master
fix typos in readme.md lein 2.x instructions
technomancy committedMay 30, 2012 -
Fix typos in readme re: lein 2.x instructions.
desertmonad committedMay 30, 2012
-
technomancy committed
Feb 22, 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.
-
Bump version to 0.2.5-SNAPSHOT.
technomancy committedJan 3, 2012
-
technomancy committed
Dec 27, 2011
-
Factor out printing aligned frames
derekmansen committedDec 18, 2011
-
Update instructions to use try/catch in init.clj. Fixes #6
technomancy committedNov 2, 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 -
Bump version to 0.2.4-SNAPSHOT.
technomancy committedOct 9, 2011
-
technomancy committed
Jul 25, 2011 -
Update instructions to show user-level plugin installation.
technomancy committedJul 25, 2011
-
Switch from :color to :test-color as per Mark's suggestion.
technomancy committedMay 12, 2011