Fork me on GitHub
#cursive
<
2020-07-16
>
kenny21:07:27

How does Cursive determine which "standard port file" to use if multiple exist? (e.g., .nrepl-port and .shadow-cljs/nrepl.port) Does it pick the newest one?

cfleming23:07:11

IIRC it just tries them in order and uses the first one it finds. I could change it to pick the newest one pretty easily.

kenny23:07:00

Newest seems like it'd make more sense. My guess is if you're relying on that behavior you should probably specify a custom port file haha.

cfleming01:07:01

Yeah, I think that’s probably true 🙂