Skip to content

Commit 3907351

Browse files
yuhan0bbatsov
authored andcommitted
Revert "Inherit test-report mode from cider-popup-mode"
This reverts commit 9cac658. The change resulted in "Cyclic keymap inheritance" errors for some users, see #3195,
1 parent 1f1b21b commit 3907351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Add to this list to have CIDER recognize additional test defining macros."
188188
;; "run the test at point". But it's not as nice as rerunning all tests in
189189
;; this buffer.
190190
(define-key map "g" #'cider-test-run-test)
191+
(define-key map "q" #'cider-popup-buffer-quit-function)
191192
(easy-menu-define cider-test-report-mode-menu map
192193
"Menu for CIDER's test result mode"
193194
'("Test-Report"
@@ -208,7 +209,7 @@ Add to this list to have CIDER recognize additional test defining macros."
208209
["Display expected/actual diff" cider-test-ediff]))
209210
map))
210211

211-
(define-derived-mode cider-test-report-mode cider-popup-buffer-mode "Test Report"
212+
(define-derived-mode cider-test-report-mode fundamental-mode "Test Report"
212213
"Major mode for presenting Clojure test results.
213214
214215
\\{cider-test-report-mode-map}"

0 commit comments

Comments
 (0)