You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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/cider-eval.el
Line 1514 in 90561f1
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.
The text was updated successfully, but these errors were encountered: