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

lein can't connect to the Lingy::nREPL server #53

Open
ingydotnet opened this issue Jul 26, 2023 · 0 comments
Open

lein can't connect to the Lingy::nREPL server #53

ingydotnet opened this issue Jul 26, 2023 · 0 comments

Comments

@ingydotnet
Copy link
Collaborator

ingydotnet commented Jul 26, 2023

$ LINGY_NREPL_LOG=1 lingy --nrepl &
*** lingy nREPL Running... (pid 378947)

nREPL server started on port 45474 on host 127.0.0.1 - nrepl://127.0.0.1:45474
Log file: /home/ingy/src/lingy/perl/.nrepl-log

$ lein repl :connect
Connecting to nREPL at 127.0.0.1:45474
Lingy Error: No such namespace: 'clojure.core'

In .nrepl-log:

-->: :op eval, :client 1
buffer: '287: d4:code174:(clojure.core/binding [clojure.core/*ns* (clojure.core/or (clojure.core/find-ns (clojure.core/symbol "reply.eval-modes.nrepl")) clojure.core/*ns*)] (set! *print-length* nil))2:id36:097d0ee0-96c9-4e09-bdfb-ee2c7df73a592:op4:eval7:session36:8C9D86CA-2BF5-11EE-9DC0-D6F304E77F02e'
request:
  code: (clojure.core/binding [clojure.core/*ns* (clojure.core/or (clojure.core/find-ns (clojure.core/symbol "reply.eval-modes.nrepl")) clojure.core/*ns*)] (set! *print-length* nil))
  id: 097d0ee0-96c9-4e09-bdfb-ee2c7df73a59
  op: eval
  session: 8C9D86CA-2BF5-11EE-9DC0-D6F304E77F02

<--: :op eval, :client 1
response:
  err: |
    Lingy Error: No such namespace: 'clojure.core'
  id: 097d0ee0-96c9-4e09-bdfb-ee2c7df73a59
  session: 8C9D86CA-2BF5-11EE-9DC0-D6F304E77F02

<--: :op eval, :client 1
response:
  id: 097d0ee0-96c9-4e09-bdfb-ee2c7df73a59
  session: 8C9D86CA-2BF5-11EE-9DC0-D6F304E77F02
  status: done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant