Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cider-map-repls configurable #3248

Closed
robert-stuttaford opened this issue Sep 19, 2022 · 1 comment
Closed

Make cider-map-repls configurable #3248

robert-stuttaford opened this issue Sep 19, 2022 · 1 comment

Comments

@robert-stuttaford
Copy link

Is your feature request related to a problem? Please describe.

When I eval forms in a .cljc-backed buffer with both a clj and cljs repl connected, the form is evaluated in both. Sometimes I am evaluating forms that only one can use. I'd like to switch to clj-only or cljs-only or back to auto arbitrarily.

Describe the solution you'd like

To be able to control :auto here when in a .cljc-backed buffer.

(cider-map-repls :auto

Describe alternatives you've considered

I can handle this OK with clj-only; just don't connect a cljs repl. But I always want both repls connected when working with cljs, and so I have no solution for this there.

@vemv
Copy link
Member

vemv commented Aug 21, 2023

This was implemented in #3387

It's available in CIDER master (Melpa non- Stable). Or CIDER 1.8.0 which we plan to release soon!

@vemv vemv closed this as completed Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants