Fork me on GitHub
#boot
<
2018-04-05
>
theeternalpulse17:04:57

I was thinking of tackling a small task to add cwd info when boot starts up a repl. Is this something in boot or would I have to look toward tools.nrepl

theeternalpulse17:04:48

mainly to trickle down to emacs to be able to load the .nrepl-port file properly when using cider-connect

alandipert18:04:32

could be a task, could also maybe add an -e argument to the repl task. like boot repl -e '(println "path=" (.getAbsolutePath (java.io.File. ".")))'

alandipert18:04:15

hm, nevermind, i guess that doesn't work with repl -s

theeternalpulse21:04:41

I was also looking at doing something hacky like copying the n-repl file after it is created to a known directory, and checking that, but changing the cider code for something that specific isn't ideal