Skip to content
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: bad namespace name sent in eval response #303

Closed
ikappaki opened this issue Jan 26, 2023 · 0 comments · Fixed by #304
Closed

nrepl-server: bad namespace name sent in eval response #303

ikappaki opened this issue Jan 26, 2023 · 0 comments · Fixed by #304

Comments

@ikappaki
Copy link
Contributor

version

v1.1.2.160

platform

MS-Windows, nodejs v19.3.0

problem

The namespace in nrepl responses comes back as [object Object]

repro

  1. run nbb nrepl-server and take note of the port number.
  2. In Emacs with Cider installed, run cider-connect-cljs, Host: localhost, for Port use the port number from above, Select ClojureScript REPL type: choose nbb.
  3. A new cider-repl window should open, the prompt shows a bad namespace:
;; ...
;;
;; ClojureScript REPL type: nbb
;;
[object Object]> 

expected behavior

The namespace shown should at the prompt be user instead.

PR to follow.

@ikappaki ikappaki changed the title nrepl-server: bad namespace name send in eval response nrepl-server: bad namespace name sent in eval response Jan 26, 2023
borkdude pushed a commit that referenced this issue Jan 26, 2023
Also
1. include nrepl-tests in ci runs
2. Update CIDER instructions in README.md

Co-authored-by: ikappaki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant