-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS #3907
Conversation
This commit changes FZF to enforce that all paths are joined with forward-slashes when running on WSL (Windows Subsystem for Linux) even when the FZF binary was compiled for Windows. Update: github.com/charlievieth/fastwalk to v1.0.5 Fixes: junegunn#3859
NOTE: This is just a draft and is incompatible with the |
Thanks, I wish we could avoid adding Defaulting to Related: sharkdp/fd#730 |
With this and #3909, we can safely remove |
So I removed Turned out that https://cs.opensource.google/go/go/+/refs/tags/go1.20.13:src/path/filepath/path.go;l=166 |
We probably don't need the whole |
9b30ec5 removes |
Merged, thanks! |
This commit changes FZF to enforce that all paths are joined with forward-slashes when running on WSL (Windows Subsystem for Linux) even when the FZF binary was compiled for Windows.
Update: github.com/charlievieth/fastwalk to v1.0.5
Fixes: #3859