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
If the .nrepl-port file is populated, while connecting to an external REPL, the prompt to pass external REPL's port does not pop up and calva directly connects to the nREPL port from the .nrepl-port file.
Steps to reproduce:
Populate the .nrepl-port file with some random port
Try connecting to an external REPL
The text was updated successfully, but these errors were encountered:
The expected behaviour is that Calva should ask for the nrepl port. We could pre-populate with the port number from .nrepl-port, maybe, but at least the user needs a way to change the port number. Most often the port file is written by some unrelated nREPL server.
I guess that where we talk about standalone connect we could mention that Calva looks for port files (based on connect sequence) and pre-populates the connect prompt.
Yeah, we can call it a bug. 😄 It's an unhandled special case.
PEZ
changed the title
Connecting to an external REPL does not work
Connecting to an external REPL does not work when local nrepl port exists
Nov 19, 2023
If the
.nrepl-port
file is populated, while connecting to an external REPL, the prompt to pass external REPL's port does not pop up and calva directly connects to the nREPL port from the.nrepl-port
file.Steps to reproduce:
.nrepl-port
file with some random portThe text was updated successfully, but these errors were encountered: