-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows, launcher: rename GetEscapedArgument
Introduce BashEscapeArg and WindowsEscapeArg that just wrap GetEscapedArgument for now. The Bash launcher needs to escape the arguments Bash style (using BashEscapeArg) while the Java and Python launchers need to escape them Windows style (using WindowsEscapeArg). (The code is now incorrectly escaping everything with Bash syntax, i.e. GetEscapedArgument.) Next step: implement correct escaping semantics for subprocesses created with CreateProcessW. See #7072 Closes #7395. PiperOrigin-RevId: 233584339
- Loading branch information
1 parent
749e805
commit 68ea97d
Showing
6 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters