aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-04-21 12:38:29 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-04-21 14:55:05 +0000
commitf7633792b14111ff783382e864d28e7657573216 (patch)
tree357c777636fe94c34c82b94675ef2bfc0fbad47f /src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
parentaa11df2d2156c350d17c1a8d5962915a2414b81e (diff)
Make the integration tests pass with gRPC client/server comms.
In particular: - Make a SIGINT to the server interrupt every command - Parse negative numbers on the command line correctly (std::stoi throws an exception, and I'd rather not start using C++ exceptions) - Use "bytes" for command line arguments instead of "string" in the client/server proto . This is more principled, although we pretend all arguments are strings all over the place and it works for "blaze run" mostly by accident. -- MOS_MIGRATED_REVID=120434432
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java')
0 files changed, 0 insertions, 0 deletions