-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
nrepl server returns lacked response for multiple form evaluation #294
Comments
Can you also include the forms that are evaluated normally in the REPL? This is easier for me to reproduce than to look at the bencode directly :) |
Sure!
Forms are
|
So are you not typing the code in the REPL but talking to an nbb nREPL server programmatically? |
Right. |
Thanks, makes sense. The babashka nREPL server does work correctly, right? |
bb nrepl-server returns correct three responses as same as clojure!
|
I've been looking into a solution but it will take a little longer before I have a good solution |
Work in progress in this branch: https://github.com/babashka/nbb/compare/nrepl-multiple-exprs |
Publishing as 1.1.158 |
version
1.1.156
platform
macOS 13.1
node v16.15.0
problem
nrepl server returns lacked response for multiple form evaluation
repro
npx [email protected] nrepl-server
nc localhost [PORT NUMBER]
eval
messaged2:op4:eval4:code3:1 2e
1
is lacked.expected behavior
nrepl/nrepl returns the following three responses (spaces are added for visibility)
Steps to confirm expected responses:
clojure -Sdeps '{:deps {nrepl/nrepl {:mvn/version "1.0.0"}}}' -M -m nrepl.cmdline
nc localhost [PORT NUMBER]
eval
messaged2:op4:eval4:code3:1 2e
The text was updated successfully, but these errors were encountered: