cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
lispers-anonymous 2020-09-29T01:07:38.064Z

Does sesman-info show you the information you need? It will show me what buffers/directories each cider session is linked to.

lispers-anonymous 2020-09-29T01:08:40.064200Z

Default key looks like it's C-c C-s i

lispers-anonymous 2020-09-29T01:10:43.064400Z

sesman-browser at C-c C-s w has the same information but it's not in the mini buffer.

Trung Dinh 2020-09-29T03:48:29.064600Z

Thanks

borkdude 2020-09-29T12:57:54.065700Z

Is it possible to send forms to multiple nREPLs at the same time from CIDER?

borkdude 2020-10-01T11:48:34.076Z

sesman-link-with-buffer works quite well

borkdude 2020-10-01T11:48:54.076200Z

I wonder if sesman could maybe solve this problem: link with multiple sessions ;)

borkdude 2020-10-01T11:50:01.076400Z

Hmm, the readme explicitly states buffers are only attached to 1 sessions. Ah well

slipset 2020-10-04T07:39:17.090500Z

I’d love this.

borkdude 2020-09-29T12:58:30.066300Z

The use case is I have an app spun up twice but I'd like to keep the backend code in sync

Jim Newton 2020-09-29T13:45:41.066900Z

No comment syntax is defined. Use: Does anyone get this error occasionally in emacs when using cider?

Jim Newton 2020-09-29T13:46:22.067Z

tvaughan 2020-09-30T13:21:34.070300Z

Possibly related? https://github.com/clojure-emacs/cider/issues/2724

Jim Newton 2020-09-30T14:48:49.071Z

sorry, I don't see the connection. Are you sure you referenced the correct issue?

tvaughan 2020-09-30T14:58:47.071200Z

They both involve a macroexpand error. That's all

Jim Newton 2020-09-30T15:01:11.071400Z

ahhh. I see.

Jim Newton 2020-09-29T13:47:35.068Z

I suspect it is somehow related to the fact that I pressed 'm' in the cider-macroexpansion buffer, and my macro intentionally threw an exception.