-
Notifications
You must be signed in to change notification settings - Fork 10
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
trampoline repl fails #6
Comments
Hmm, I can reproduce this locally. I'll have to check out the trampoline setup code. It seems like whidbey is successfully dissoc'ing the default |
Yeah, that's what I'm seeing. I can even |
NREPL-53 is fixed as of |
Thanks for the heads up @cemerick, I'll test it out! |
Related: technomancy/leiningen#1829 |
Hey, this started working at some point! |
I'm having some trouble tracking down why this is exactly, but
lein trampoline repl
will work without whidbey, but not with it. I tracked it down to the following request/reply sequence, but I'm not sure how this is happening:Note: the value is
[]
instead of"nil"
or even"[]"
, so REPLy'sread-string
call fails on it. I actually haven't done much w/ nREPL middleware, but I'm wondering if somehow whidbey only gets partially installed or something underlein trampoline
. Any ideas?The text was updated successfully, but these errors were encountered: