@@ -594,7 +594,8 @@ It delegates the actual error content to the eval or op handler."
594
594
" :" (group-n 3 (one-or-more (any " -" digit)))
595
595
(optional
596
596
" :" (group-n 4 (one-or-more (any " -" digit))))
597
- " - " ))
597
+ " - " )
598
+ " Regexp matching various non-error messages, e.g. reflection warnings." )
598
599
599
600
; ; Please keep this in sync with `cider-clojure-compilation-error-regexp' ,
600
601
; ; which is a subset of these regexes.
@@ -605,8 +606,6 @@ It delegates the actual error content to the eval or op handler."
605
606
'nogroup )
606
607
" A few example values that will match:
607
608
\" 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)\"
610
609
\" Syntax error compiling at (src/workspace_service.clj:227:3).\"
611
610
\" Unexpected error (ClassCastException) macroexpanding defmulti at (src/haystack/parser.cljc:21:1).\" " )
612
611
@@ -618,8 +617,6 @@ lol in this context, compiling:(/foo/core.clj:10:1)\"
618
617
but excluding warnings such as reflection warnings.
619
618
620
619
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)\"
623
620
\" Syntax error compiling at (src/workspace_service.clj:227:3).\"
624
621
\" Unexpected error (ClassCastException) macroexpanding defmulti at (src/haystack/parser.cljc:21:1).\" " )
625
622
0 commit comments