Skip to content
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

Using completion bashes out *1, *2, *3 #24

Closed
cemerick opened this issue Feb 21, 2012 · 1 comment
Closed

Using completion bashes out *1, *2, *3 #24

cemerick opened this issue Feb 21, 2012 · 1 comment
Labels

Comments

@cemerick
Copy link
Contributor

e.g.:

user=> :x
:x
user=> *1
:x
user=> Thr
Thread                            Thread$State                      Thread$UncaughtExceptionHandler   
ThreadDeath                       ThreadGroup                       ThreadLocal                       
Throwable                         
user=> *1
("Thread" "Thread$State" "Thread$UncaughtExceptionHandler" "ThreadDeath" "ThreadGroup" "ThreadLocal" "Throwable")
user=> 

You'll need to use a separate nREPL session for the completion stuff to avoid this.

Alternatively, having completion middleware would eliminate this problem, along with a pile of others, but that might be out of scope here. :-)

@trptcolin
Copy link
Owner

Ah! Thanks for catching this. I'm not sure a completion middleware is out of scope - using a separate session seems like it will take some surgery anyway, so maybe it can be a "while I'm in there" sort of thing. Seems like at the very least, we should move in that direction as part of this fix.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants