-
Notifications
You must be signed in to change notification settings - Fork 828
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
Path translation missing when launching NT Processes with Arguments #2327
Comments
Thanks for posting. Investigating this is on my backlog of future interop improvements. |
@benhillis: |
I would like to use the Windows version of Sublime Text as my git editor, and this feature would be super helpful. Currently it does not work because Sublime doesn't understand how to save a file to I also want to do |
Speaking from years of experience doing Firefox builds inside an msys shell (and cygwin before that), I can say that automatic path translation is more of a headache than it's worth. It's really hard to get right, and when it doesn't work it's super frustrating. As a simple example, this issue is about passing I'm currently working on getting the Firefox build working inside of WSL, invoking cl.exe and other tools from WSL bash. It's much easier to make things work without any magic path translation--I just convert the paths in places I need to Windows format, or use relative paths wherever possible (because those will work fine in both environments). So consider this a vote against doing this, or at the very least making it opt-in. |
Windows Insider Build 17046 contains new 'wslpath' functionality that supports path translations. See the release notes for more details. |
Win 10 Professional : [Version 10.0.16232.1000]
WSL doesn't seem to do any translation of arguments passed to an NT process. I would expect it to. Is this intended? MSYS2 for example, does translate arguments. See the screenshots below along with MRE code.
The text was updated successfully, but these errors were encountered: