-
-
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: path completion hints shouldn't expand ~
to user dir
#53884
Labels
REPL
Julia's REPL (Read Eval Print Loop)
Comments
I've got this fixed for strings, but the shell prompt uses another dissimilar code path and that's not working yet. |
IanButterworth
added a commit
that referenced
this issue
May 6, 2024
Fixes #53884 Hints will show without expanding `~`, then a tab will complete the shown hint, then a second tab on the resulting valid path expands `~`. I think it makes sense? https://github.com/JuliaLang/julia/assets/1694067/05a4fa97-2a85-4f90-8591-162256cf0704
KristofferC
pushed a commit
that referenced
this issue
May 20, 2024
Fixes #53884 Hints will show without expanding `~`, then a tab will complete the shown hint, then a second tab on the resulting valid path expands `~`. I think it makes sense? https://github.com/JuliaLang/julia/assets/1694067/05a4fa97-2a85-4f90-8591-162256cf0704 (cherry picked from commit 1221160)
KristofferC
pushed a commit
that referenced
this issue
May 23, 2024
Fixes #53884 Hints will show without expanding `~`, then a tab will complete the shown hint, then a second tab on the resulting valid path expands `~`. I think it makes sense? https://github.com/JuliaLang/julia/assets/1694067/05a4fa97-2a85-4f90-8591-162256cf0704 (cherry picked from commit 1221160)
lazarusA
pushed a commit
to lazarusA/julia
that referenced
this issue
Jul 12, 2024
Fixes JuliaLang#53884 Hints will show without expanding `~`, then a tab will complete the shown hint, then a second tab on the resulting valid path expands `~`. I think it makes sense? https://github.com/JuliaLang/julia/assets/1694067/05a4fa97-2a85-4f90-8591-162256cf0704
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This behavior makes sense for the tab complete, but hints probably shouldn't prematurely expand
~
The text was updated successfully, but these errors were encountered: