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

Issue 5655068: code review 5655068: cmd/cgo: omit //line in -godefs, -cdefs output (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by rsc
Modified:
13 years, 4 months ago
Reviewers:
CC:
golang-dev, iant2, gri
Visibility:
Public.

Description

cmd/cgo: omit //line in -godefs, -cdefs output Makes files like src/pkg/syscall/ztypes_linux_amd64.go easier to read. (The copy that is checked in predates the //line output mode, so this also preserves the status quo.)

Patch Set 1 #

Patch Set 2 : diff -r ce731433bb46 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 3 : diff -r f4b074d0f6aa https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M src/cmd/cgo/main.go View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-13 19:00:22 UTC) #1
iant2
LGTM rsc@golang.org writes: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd ...
13 years, 4 months ago (2012-02-13 19:10:46 UTC) #2
gri
http://codereview.appspot.com/5655068/diff/3/src/cmd/cgo/main.go File src/cmd/cgo/main.go (right): http://codereview.appspot.com/5655068/diff/3/src/cmd/cgo/main.go#newcode8 src/cmd/cgo/main.go:8: // Emit correct line number annotations. This one can ...
13 years, 4 months ago (2012-02-13 19:11:43 UTC) #3
rsc
On Mon, Feb 13, 2012 at 14:11, <gri@golang.org> wrote: > It seems cleaner to initialize ...
13 years, 4 months ago (2012-02-13 19:12:30 UTC) #4
gri
LGTM Please update the TODO is necessary.
13 years, 4 months ago (2012-02-13 19:22:32 UTC) #5
rsc
On Mon, Feb 13, 2012 at 14:22, <gri@golang.org> wrote: > Please update the TODO is ...
13 years, 4 months ago (2012-02-13 19:23:00 UTC) #6
rsc
13 years, 4 months ago (2012-02-13 21:02:15 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=e82fb8e5b5c8 ***

cmd/cgo: omit //line in -godefs, -cdefs output

Makes files like src/pkg/syscall/ztypes_linux_amd64.go easier to read.
(The copy that is checked in predates the //line output mode,
so this also preserves the status quo.)

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

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