Created
January 7, 2014 22:02
-
-
Save stuartsierra/8307722 to your computer and use it in GitHub Desktop.
The problem with stack trace pretty-printers: the pretty-printer threw an exception, so I can't see the actual exception that caused it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR in (some-test) (Reflector.java:432) | |
Uncaught exception, not in assertion. | |
expected: nil | |
actual: | |
at java.util.regex.Matcher.getTextLength(Matcher.java:1233) | |
at java.util.regex.Matcher.reset(Matcher.java:308) | |
at java.util.regex.Matcher.<init>(Matcher.java:228) | |
at java.util.regex.Pattern.matcher(Pattern.java:1088) | |
at clj_stacktrace.utils$re_gsub.invoke(utils.clj:6) | |
at clj_stacktrace.core$clojure_ns.invoke(core.clj:14) | |
at clj_stacktrace.core$parse_trace_elem.invoke(core.clj:68) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment