This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-01
Channels
- # announcements (14)
- # aws (1)
- # babashka (22)
- # beginners (105)
- # biff (12)
- # calva (1)
- # cider (7)
- # cljsrn (1)
- # clojure (33)
- # clojure-europe (22)
- # clojure-germany (1)
- # clojure-uk (3)
- # clojurescript (28)
- # component (15)
- # copenhagen-clojurians (1)
- # core-typed (29)
- # cursive (8)
- # data-science (2)
- # datomic (2)
- # emacs (16)
- # gratitude (3)
- # humbleui (3)
- # introduce-yourself (4)
- # lsp (1)
- # other-languages (3)
- # rdf (3)
- # sci (6)
- # shadow-cljs (9)
- # spacemacs (12)
- # tools-build (1)
- # tools-deps (5)
- # vim (3)
- # vscode (1)
I just updated to emacs 27.1 on linux (PPA kellyk) and I'm getting an error Error in process filter: cyclic keymap inheritance when I try run tests through cider with cider-test-run-ns-tests. Does that sound familiar to anyone? I'm guessing some other package I've loaded is interfering. The cider version I'm running is cider-20220429.1351.
Some testing suggests that my hypothesis about other packages interfering is unlikely. More importantly, I only get the error when cider-test-run-ns-tests would return no errors. Add (is false) to any deftest and cider runs the tests and reports as one would expect.
I just encountered the same problem. emacs 29.0.50
& cider 20220501.151
. Everything was working normally (including the test reporting) and then suddenly it failed to run the tests for a ns.
error in process filter: cider-test-render-report: Cyclic keymap inheritance
error in process filter: Cyclic keymap inheritance