cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
michal 2021-02-08T10:58:45.225800Z

hey, a quick question (setq cider-test-show-report-on-success t) pops up test report on success, but disabling it hides any indication that test ended (if ended successfully). is there any way to get at least a green indicator below?

borkdude 2021-02-08T12:50:39.226100Z

Since this morning I can't cider-connect to my REPL anymore :/

borkdude 2021-02-08T12:50:43.226300Z

Symbol’s function definition is void: seq-contains-p

borkdude 2021-02-08T13:01:48.226600Z

Upgrading to emacs 27 worked (finally had a reason to do it)

1
bozhidar 2021-02-08T15:44:00.227Z

Updating the seq.el package will solve the problem as well.

bozhidar 2021-02-08T15:45:15.228Z

I just assumed that most people update all their packages like me, when I made that change (to address a deprecation warning). Clearly I was mistaken. 😄

borkdude 2021-02-08T15:50:41.228200Z

I tried this, but it didn't work

borkdude 2021-02-08T15:51:00.228700Z

but it's solved now so I withdraw my complaint. running 27 now ;)

bozhidar 2021-02-08T15:51:11.229Z

That’s weird. The package in ELPA should even newer than the one in Emacs 27.

borkdude 2021-02-08T15:51:25.229400Z

yeah, don't know

bozhidar 2021-02-08T15:51:27.229600Z

Well, yeah, I guess you got bonus features in the end.