maxbrunsfeld / atom-nrepl

An nrepl client for clojure development in atom
Other
31 stars 8 forks source link

Updates repl-port file location #2

Closed alanzoppa closed 10 years ago

alanzoppa commented 10 years ago

Hey-- full disclosure, I'm new to clojure and may have overlooked something obvious.

That said, nrepl appears to store the port in ./target/repl/nrepl-port when I use the specified version. After making this change, the package works as documented.

maxbrunsfeld commented 10 years ago

How are you starting up the repl? I use leiningen's lein repl command.

On your system, are there any other port files created? Perhaps run find . -name '*port*' from your project directory. For me, using the latest stable release of leiningen, two port files are created, one at target/repl-port, and one at .nrepl-port.

I'm thinking that I should switch to using .nrepl-port after seeing this issue, or perhaps check in multiple places for the port file.

Thanks for the info!

koozz commented 10 years ago

When I start lein repl I only get the .nrepl-port file, nothing in target/.

maxbrunsfeld commented 10 years ago

Oops, sorry. I meant to merge #3, not this one. #3 is now merged. Thanks, @alanzoppa, @koozz

koozz commented 10 years ago

Hi Max,

could you verify it on your system and make a new (version) build?

Kind regards, Jan

maxbrunsfeld commented 10 years ago

Oh, thanks for reminding me, @koozz. Done!