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

Doesn't resolve nrepl port from nested folder, by default #7

Closed
nbardiuk opened this issue Mar 25, 2021 · 1 comment
Closed

Doesn't resolve nrepl port from nested folder, by default #7

nbardiuk opened this issue Mar 25, 2021 · 1 comment

Comments

@nbardiuk
Copy link

Steps to reproduce:

  1. Start repl from root of a project: lein repl
  2. Navigate to nested folder: cd src
  3. Try to evaluate an expression: rep '(+ 1 1)'

Actual output:

.nrepl-port: No such file or directory

Expected output:

2

Observation:
Providing default input for port argument fixes it:

> rep -p @.nrepl-port@. '(+ 1 1)'
2
@eraserhd
Copy link
Owner

Weird, thinko... thanks!

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

No branches or pull requests

2 participants