Skip to content

Commit 1180bb3

Browse files
yuhan0bbatsov
authored andcommitted
Remove references to <= 1.9-style error messages
1 parent 5953510 commit 1180bb3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cider-eval.el

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ It delegates the actual error content to the eval or op handler."
594594
":" (group-n 3 (one-or-more (any "-" digit)))
595595
(optional
596596
":" (group-n 4 (one-or-more (any "-" digit))))
597-
" - "))
597+
" - ")
598+
"Regexp matching various non-error messages, e.g. reflection warnings.")
598599

599600
;; Please keep this in sync with `cider-clojure-compilation-error-regexp',
600601
;; which is a subset of these regexes.
@@ -605,8 +606,6 @@ It delegates the actual error content to the eval or op handler."
605606
'nogroup)
606607
"A few example values that will match:
607608
\"Reflection warning, /tmp/foo/src/foo/core.clj:14:1 - \"
608-
\"CompilerException java.lang.RuntimeException: Unable to resolve symbol: \\
609-
lol in this context, compiling:(/foo/core.clj:10:1)\"
610609
\"Syntax error compiling at (src/workspace_service.clj:227:3).\"
611610
\"Unexpected error (ClassCastException) macroexpanding defmulti at (src/haystack/parser.cljc:21:1).\"")
612611

@@ -618,8 +617,6 @@ lol in this context, compiling:(/foo/core.clj:10:1)\"
618617
but excluding warnings such as reflection warnings.
619618
620619
A few example values that will match:
621-
\"CompilerException java.lang.RuntimeException: Unable to resolve symbol: \\
622-
lol in this context, compiling:(/foo/core.clj:10:1)\"
623620
\"Syntax error compiling at (src/workspace_service.clj:227:3).\"
624621
\"Unexpected error (ClassCastException) macroexpanding defmulti at (src/haystack/parser.cljc:21:1).\"")
625622

0 commit comments

Comments
 (0)