We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repro:
Expected: The REPL window should open again.
Actual: Nothing happens.
I've tracked it down to the that the clone nRepl message resulting from the command. We seem to fail to pick up the response:
clone
https://github.com/BetterThanTomorrow/calva/blob/dev/calva/nrepl/index.ts#L145
We do succeed with this at the actual connect/jack-in, so maybe it is something wrong with the session we try to clone here.
The text was updated successfully, but these errors were encountered:
Now I think it is that we do not maintain the client.sessions object correctly.
Sorry, something went wrong.
539c3a0
No branches or pull requests
Repro:
Expected: The REPL window should open again.
Actual: Nothing happens.
I've tracked it down to the that the
clone
nRepl message resulting from the command. We seem to fail to pick up the response:https://github.com/BetterThanTomorrow/calva/blob/dev/calva/nrepl/index.ts#L145
We do succeed with this at the actual connect/jack-in, so maybe it is something wrong with the session we try to clone here.
The text was updated successfully, but these errors were encountered: