-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Tilde expansion in REPL shell completion raises an error #11281
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
Labels
REPL
Julia's REPL (Read Eval Print Loop)
Comments
blakejohnson
added a commit
that referenced
this issue
May 18, 2015
I see what the problem is now. I'll have to think about a slight generalization to make it work on windows. |
Merged
blakejohnson
added a commit
that referenced
this issue
May 23, 2015
blakejohnson
added a commit
that referenced
this issue
May 24, 2015
Fixed in 39e83f7 |
mbauman
pushed a commit
to mbauman/julia
that referenced
this issue
Jun 6, 2015
The problem is that `prefix` ought to be "" when the string is just the tilde.
tkelman
pushed a commit
to tkelman/julia
that referenced
this issue
Jun 6, 2015
The problem is that `prefix` ought to be "" when the string is just the tilde.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using tilde expansion then tabbing just after the tilde causes an error to be raised.
Another issue is the regex on
julia/base/REPLCompletions.jl
Line 114 in 8d3a42b
This was introduced in #7617
CC @garborg
The text was updated successfully, but these errors were encountered: