Fork me on GitHub
#cider
<
2022-05-01
>
peterdee04:05:39

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.

peterdee17:05:53

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.

lassemaatta05:05:10

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.

lassemaatta05:05:30

error in process filter: cider-test-render-report: Cyclic keymap inheritance
error in process filter: Cyclic keymap inheritance

peterdee21:05:14

Yes, I didn't mention that it worked for me a few times before it stopped working. It seems it always works if what you are testing reports an error.

peterdee18:05:55

It is a problem with the recent melpa-stable 1.4 "Kiev" version too.

pbaille17:05:59

Hello ! I'm wondering if it is possible to modify the face of local bindings in clojure code. Any idea ?