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

Issue 68580043: code review 68580043: cmd/go: document new -exec flag on run/test (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by rsc
Modified:
11 years, 2 months ago
Reviewers:
r, cookieo9
CC:
r, golang-codereviews
Visibility:
Public.

Description

cmd/go: document new -exec flag on run/test The new flag was added by CL 68150047 (part of the NaCl replay), but the change, like the original, omitted documentation of the new behavior.

Patch Set 1 #

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

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

Total comments: 1

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -7 lines) Patch
M doc/go1.3.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/go/doc.go View 1 2 3 5 chunks +18 lines, -6 lines 1 comment Download
M src/cmd/go/run.go View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
M src/cmd/go/test.go View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello r (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 2 months ago (2014-02-25 15:13:55 UTC) #1
r
LGTM https://codereview.appspot.com/68580043/diff/40001/src/cmd/go/run.go File src/cmd/go/run.go (right): https://codereview.appspot.com/68580043/diff/40001/src/cmd/go/run.go#newcode44 src/cmd/go/run.go:44: like in 'go_nacl_386_exec a.out arguments...'. This allows execution ...
11 years, 2 months ago (2014-02-25 15:19:12 UTC) #2
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=31fa9b3f70f7 *** cmd/go: document new -exec flag on run/test The new flag ...
11 years, 2 months ago (2014-02-25 15:22:30 UTC) #3
cookieo9
11 years, 2 months ago (2014-02-25 18:27:31 UTC) #4
Message was sent while issue was closed.
https://codereview.appspot.com/68580043/diff/50001/src/cmd/go/doc.go
File src/cmd/go/doc.go (left):

https://codereview.appspot.com/68580043/diff/50001/src/cmd/go/doc.go#oldcode481
src/cmd/go/doc.go:481: When either cgo or SWIG is used, go build will pass any
.c, .m, .s,
the ".m" clause is lost here.
Sign in to reply to this message.

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