-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
State middleware not detecting correct repl type #2456
Comments
That's not in sesman - it's in CIDER, as it has always been. You should take a look at the message interchange between CIDER and nREPL when you're starting the REPL. How exactly do you start this REPL? |
I am starting with |
recently vspinu added a pending-cljs repl type. Is it possible you are trying to do this before your cljs repl "becomes" a cljs repl? |
No I would exclude that - as I described above, the |
It's not. The REPL type has always been set by the |
will do |
I think I'm hitting this same issue -- what can I do to aid in debugging? From a fresh emacs instance ( After setting This is all using |
No. That
One could in principle "fix" this by using I would suggest that we change the name of this issue to "State middleware not detecting correct repl type" or likewise (I think we have a similar issues open somewhere). It's not sesman related in any case. |
Nope, that var is the default in my conf but I will double check. |
I think I am hitting this bug. When I do I thought it was consistently happening and then I saw it working for the first time today. |
Verified that this is a problem for me too, whether I try to do |
Check out http://www.cider.mx/en/latest/troubleshooting/ and provide us with more details, please. In particular - the nREPL message exchange would be pretty useful. Also - are all of you using the latest piggieback? |
@bbatsov nope -- and that was the problem in my case. Upgraded to latest piggieback ( Thank you for the help! |
I'm experiencing the same issue even when using the latest piggieback. The issue can be reproduced consistenly on my machine by creating a new reagent project with At first 2 CIDER repl's are created, 1 with type In the pending-cljs repl the message |
I'm seeing the same thing. In my case the steps to reproduce are a little bit different.
Without digging in too much, hitting Ctrl-C in the cider buffer and then |
Asking as @mallt mentioned this was solved for him: Is this still an issue for other people? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding! |
Seems it's not, so I'll be closing this. |
I am launching a REPL (a
shadow
cljs REPL) and I would like to usecider-switch-to-repl-buffer
.Expected behavior
The buffer with the REPL should open.
Actual behavior
I receive:
No cljs REPLs in current session "project-name:localhost:33275"
Steps to reproduce the problem
Launch a cljs REPL in a cljs buffer and execute
cider-switch-to-repl-buffer
command.Environment & Version information
CIDER version information
The
sesman-browser
shows:Debugging more, it looks like the REPL type of the above is
clj
and not the expectedcljs
for some reason. This is why the command fails.It turns out that the problem is upstream, maybe with
sesman
but I am not sure.The clue is in the
sesman-browser
which indicates there might be a
format
going wrong somewhere because in normal situations I seeSometimes I also see
So I am renaming the issue.
The text was updated successfully, but these errors were encountered: