Windows: bash-less run argument quoting is wrong #9106
Labels
area-Windows
Windows-specific issues and feature requests
P1
I'll work on this now. (Assignee required)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: bug
Description of the problem / feature request:
The Bash-less "bazel run" (see #8240) quotes arguments incorrectly.
It works correctly in
--batch
mode, but adds extra" "
around escaped arguments in server mode.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
foo/BUILD
:foo/a.py
:On Linux, the output is always the same for all flag combinations:
What operating system are you running Bazel on?
windows 10
What's the output of
bazel info release
?0.28.1
Have you found anything relevant by searching the web?
This is blocking #8240
The text was updated successfully, but these errors were encountered: