-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
REPL: history search crash with TAB #8199
Comments
Hi. I think I found a similar problem.
After loading a package (I've tried PyPlot, Gadfly, Winston) julia crashes on tab-completion
I tried a working .4 release and the stable .3 both giving me a similar error.
I am not sure if this is a problem of the packages or a REPL bug so I added it here. |
@ivarne I tried the same with a couple of other (smaller) packages like AudioIO, PyCall, DataStructures.... and did not get that error. So I guess the error occurs only with some I don't know if this helps in any way but I thought I let you know. |
@ivarne, @cmcbride.
Maybe you can check if this is the source of the error in your systems as well. |
For me the error is fixed after updating FixedPointNumbers.jl. |
I can't reproduce this anymore and the REPL code has had a lot of work. |
Found accidentally, but it looks like history search and tab completion don't play well together. I'm assuming this is a bug...
When using REPL history search (CTRL-R), hitting TAB will throw an error that ends the REPL session (see below). It seems consistent and TAB does not have to be the first character.
The text was updated successfully, but these errors were encountered: