You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespace in nrepl responses comes back as [object Object]
repro
run nbb nrepl-server and take note of the port number.
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.
A new cider-repl window should open, the prompt shows a bad namespace:
version
v1.1.2.160
platform
MS-Windows, nodejs v19.3.0
problem
The namespace in nrepl responses comes back as
[object Object]
repro
nbb nrepl-server
and take note of the port number.cider-connect-cljs
,Host:
localhost
, forPort
use the port number from above,Select ClojureScript REPL type:
choosenbb
.expected behavior
The namespace shown should at the prompt be
user
instead.PR to follow.
The text was updated successfully, but these errors were encountered: