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

Issue 5693060: code review 5693060: encoding/gob: fix "// +build" comment for debug.go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by minux1
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, rsc1, adg, r2, r
Visibility:
Public.

Description

encoding/gob: fix "// +build" comment for debug.go

Patch Set 1 #

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

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

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

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

Total comments: 1

Patch Set 6 : diff -r e3e2423b9e6f https://code.google.com/p/go/ #

Patch Set 7 : diff -r e3e2423b9e6f https://code.google.com/p/go/ #

Patch Set 8 : diff -r e0e1415c99ad https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -11 lines) Patch
R src/pkg/encoding/gob/Makefile View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
M src/pkg/encoding/gob/debug.go View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M src/pkg/encoding/gob/dump.go View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago (2012-02-24 19:39:55 UTC) #1
minux1
I wonder if this fact should be documented in go/build/dir.go.
12 years, 1 month ago (2012-02-24 19:40:31 UTC) #2
rsc1
How about just // +build ignore?
12 years, 1 month ago (2012-02-24 20:11:36 UTC) #3
minux1
On 2012/02/24 20:11:36, rsc1 wrote: > How about just // +build ignore? It was originally ...
12 years, 1 month ago (2012-02-25 19:03:53 UTC) #4
adg
On 26 February 2012 06:03, <minux.ma@gmail.com> wrote: > On 2012/02/24 20:11:36, rsc1 wrote: >> >> ...
12 years, 1 month ago (2012-02-27 03:30:08 UTC) #5
r2
// +build ignore would be fine. -rob
12 years, 1 month ago (2012-02-27 04:10:51 UTC) #6
minux1
On Mon, Feb 27, 2012 at 11:29 AM, Andrew Gerrand <adg@golang.org> wrote: > On 26 ...
12 years, 1 month ago (2012-02-27 12:19:47 UTC) #7
rsc1
The comment above asks for a deletion, so I think // +build ignore is fine.
12 years, 1 month ago (2012-02-27 16:01:47 UTC) #8
minux1
PTAL. Because we are using ignore as build tag, we can no longer build dump.go ...
12 years, 1 month ago (2012-02-27 16:54:38 UTC) #9
r
http://codereview.appspot.com/5693060/diff/6003/src/pkg/encoding/gob/debug.go File src/pkg/encoding/gob/debug.go (right): http://codereview.appspot.com/5693060/diff/6003/src/pkg/encoding/gob/debug.go#newcode11 src/pkg/encoding/gob/debug.go:11: // Install gob after delete the above "// +build ...
12 years, 1 month ago (2012-02-27 20:53:49 UTC) #10
minux1
PTAL. On 2012/02/27 20:53:49, r wrote: > http://codereview.appspot.com/5693060/diff/6003/src/pkg/encoding/gob/debug.go > File src/pkg/encoding/gob/debug.go (right): > > http://codereview.appspot.com/5693060/diff/6003/src/pkg/encoding/gob/debug.go#newcode11 ...
12 years, 1 month ago (2012-02-28 05:34:16 UTC) #11
minux1
PTAL. On 2012/02/27 20:53:49, r wrote: > http://codereview.appspot.com/5693060/diff/6003/src/pkg/encoding/gob/debug.go > File src/pkg/encoding/gob/debug.go (right): > > http://codereview.appspot.com/5693060/diff/6003/src/pkg/encoding/gob/debug.go#newcode11 ...
12 years, 1 month ago (2012-02-28 05:34:16 UTC) #12
r
LGTM
12 years, 1 month ago (2012-02-28 05:35:33 UTC) #13
minux1
12 years, 1 month ago (2012-02-28 05:39:53 UTC) #14
*** Submitted as http://code.google.com/p/go/source/detail?r=1c2e5d6d7660 ***

encoding/gob: fix "// +build" comment for debug.go

R=golang-dev, rsc, adg, r, r
CC=golang-dev
http://codereview.appspot.com/5693060
Sign in to reply to this message.

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