-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
cider-connect-clj&cljs results in no clj repl connected #2519
Comments
@glittershark thanks, I tried and the patch there doesn't fix my issue. |
Tracked it down and it seems to be a regression of 5624cb5 |
The issue seems to be fixed in #2484 |
Fixed with #2484 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
cider-connect-clj&cljs
connects a clj and a cljs replActual behavior
cider-connect-clj&cljs
connects, but the result is acljs
and apending-cljs
repl. So it looks like the wrong repl is turned intocljs
.The same issue happens when first
cider-connect-clj
, and thencider-connect-sibling-cljs
.Steps to reproduce the problem
Just
cider-connect-clj&cljs
Environment & Version information
CIDER version information
Include here the version string displayed when
CIDER's REPL is launched. Here's an example:
Emacs version
26.1
Operating system
macOS 10.14.1
Commments
This is a very recent regression, so timing wise it looks like #2516 could be the culprit, but I didn't verify that yet.
The text was updated successfully, but these errors were encountered: