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

repl crash in tab completion #7111

Closed
vtjnash opened this issue Jun 4, 2014 · 2 comments
Closed

repl crash in tab completion #7111

vtjnash opened this issue Jun 4, 2014 · 2 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)

Comments

@vtjnash
Copy link
Member

vtjnash commented Jun 4, 2014

julia> IOBuffer.name.<tab>ERROR: BoundsError()
 in getindex at utf8.jl:77
 in common_prefix at LineEdit.jl:95
 in complete_line at LineEdit.jl:146
 in complete_line at LineEdit.jl:89
 in anonymous at LineEdit.jl:1110
 in anonymous at LineEdit.jl:1119
@vtjnash vtjnash added this to the 0.3 milestone Jun 4, 2014
@StefanKarpinski
Copy link
Member

Same here.

@mbauman
Copy link
Member

mbauman commented Jun 4, 2014

Also happens with file completions when isdir() or readdir() fail. On Windows all it takes is cd("/ + tab. Or if you don't have read permissions.

@Keno Keno self-assigned this Jun 4, 2014
@StefanKarpinski StefanKarpinski removed this from the 0.3 milestone Jun 4, 2014
JeffBezanson added a commit that referenced this issue Jun 5, 2014
fix #7111, tab completion where the first item is ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

4 participants