We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c7731 commit 348dc15Copy full SHA for 348dc15
cider-eval.el
@@ -561,6 +561,8 @@ It delegates the actual error content to the eval or op handler."
561
(cider-default-err-eval-handler))
562
(t (cider-default-err-eval-print-handler))))
563
564
+;; Reference:
565
+;; https://github.com/clojure/clojure/blob/clojure-1.10.0/src/clj/clojure/main.clj#L251
566
;; See `cider-compilation-regexp' for interpretation of match groups.
567
(defconst cider-clojure-1.10--location
568
'(sequence
0 commit comments