Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Issue 7221082: code review 7221082: cmd/dist: redirect acid output to file to separate from... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by rsc
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, iant
Visibility:
Public.

Description

cmd/dist: redirect acid output to file to separate from errors If runtime's proc.c does not compile, cmd/dist used to show the compile errors in a sea of acid output, making them impossible to find. Change the command invocation to write the acid output to a file, so that the errors are the only thing shown on failure.

Patch Set 1 #

Patch Set 2 : diff -r 445186a20cee https://code.google.com/p/go/ #

Patch Set 3 : diff -r 445186a20cee https://code.google.com/p/go/ #

Patch Set 4 : diff -r 445186a20cee https://code.google.com/p/go/ #

Total comments: 1

Patch Set 5 : diff -r 445186a20cee https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -5 lines) Patch
M src/cmd/dist/buildruntime.c View 1 2 3 4 6 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago (2013-02-01 05:02:31 UTC) #1
iant
LGTM https://codereview.appspot.com/7221082/diff/7001/src/cmd/dist/buildruntime.c File src/cmd/dist/buildruntime.c (right): https://codereview.appspot.com/7221082/diff/7001/src/cmd/dist/buildruntime.c#newcode221 src/cmd/dist/buildruntime.c:221: vadd(&argv, "-n"); This -n option is not in ...
12 years, 1 month ago (2013-02-01 05:57:18 UTC) #2
rsc
Done. It was a surprise to me too. (-n means actually write to the -o ...
12 years, 1 month ago (2013-02-01 06:01:52 UTC) #3
rsc
12 years, 1 month ago (2013-02-01 06:02:25 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=10d1582a1129 ***

cmd/dist: redirect acid output to file to separate from errors

If runtime's proc.c does not compile, cmd/dist used to show
the compile errors in a sea of acid output, making them impossible
to find. Change the command invocation to write the acid output
to a file, so that the errors are the only thing shown on failure.

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/7221082
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b