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
sesman-restart
(This issue was reported by @chopptimus in PR #3333)
sesman-restart should restart the REPL session
The client connection is closed with the following error message
error in process filter: Selecting deleted buffer
bb.edn
{}
Alt-x cider-jack-in-clj
Alt-x sesman-restart
Include here the version string displayed when CIDER's REPL is launched. Here's an example:
;; CIDER 1.6.0 (Buenos Aires), babashka.nrepl 0.0.6-SNAPSHOT ;; Babashka 1.3.181
28.2
Any
This is a regression issue introduced with #3278; as discussed in #3333, will amend the PR to update dosctring and add a test.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
(This issue was reported by @chopptimus in PR #3333)
Expected behavior
sesman-restart
should restart the REPL sessionActual behavior
The client connection is closed with the following error message
error in process filter: Selecting deleted buffer
Steps to reproduce the problem
bb.edn
file with{}
and open itAlt-x cider-jack-in-clj
, it should open a bb nREPL sessionAlt-x sesman-restart
, the session is closed and the above message is thrown.Environment & Version information
CIDER version information
Include here the version string displayed when
CIDER's REPL is launched. Here's an example:
Emacs version
28.2
Operating system
Any
This is a regression issue introduced with #3278; as discussed in #3333, will amend the PR to update dosctring and add a test.
The text was updated successfully, but these errors were encountered: