-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows, subprocesses: correct flag escaping impl.
Add correct implementation of flag escaping for subprocesses. This is a follow-up to bazelbuild/bazel#7413 Next steps: - replace WindowsProcesses.quoteCommandLine with the new logic See bazelbuild/bazel#7122 Closes #7420. PiperOrigin-RevId: 233900149
- Loading branch information
Luca Di Grazia
committed
Sep 4, 2022
1 parent
e5bd4b9
commit 3d5eaeb
Showing
3 changed files
with
97 additions
and
1 deletion.
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