Please add support for ~/.slime-secret
Closed this issue · 5 comments
Just come back to slimv
after some years as vlime
user and at first it didn't work for me.
The spawned lisp (sbcl 2.0.6
) showed:
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "Swank 4005" RUNNING {10047F8903}>:
Incoming connection doesn't know the password.
I could not find a reference to ~/.slime-secret
in the documentation, nor in slimv's source. At the moment, I have to remove ~/.slime-secret
in order to be able to use slimv
.
Sorry, I didn't realize you filed a pull request. Anyway, I disabled logging of the password in commit 3c0ea5e
Thank you, it now works for the general case.
Anyway it still doesn't work for the corner case where ~/.slime-secret
is empty (rm -f ~/.slime-secret; touch ~/.slime-secret
).
Yeah, I know it's a lame password, so I guess you could ignore it.
You are absolutely right, thanks for the feedback. I fixed the empty .slime-secret file case in commit a0452f2
Thank you, closing as fixed.