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

Issue 1699045: code review 1699045: reflect: add Type.Bits method, add tags to prohibit con... (Closed)

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

Description

reflect: add Type.Bits method, add tags to prohibit conversions gob: substitute slice for map

Patch Set 1 #

Patch Set 2 : code review 1699045: reflect: add Type.Bits method #

Patch Set 3 : code review 1699045: reflect: add Type.Bits method, add tags to prohibit con... #

Patch Set 4 : code review 1699045: reflect: add Type.Bits method, add tags to prohibit con... #

Total comments: 3

Patch Set 5 : code review 1699045: reflect: add Type.Bits method, add tags to prohibit con... #

Patch Set 6 : code review 1699045: reflect: add Type.Bits method, add tags to prohibit con... #

Patch Set 7 : code review 1699045: reflect: add Type.Bits method, add tags to prohibit con... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -144 lines) Patch
M src/pkg/fmt/print.go View 1 chunk +4 lines, -4 lines 0 comments Download
M src/pkg/fmt/scan.go View 7 chunks +13 lines, -10 lines 0 comments Download
M src/pkg/gob/decode.go View 2 chunks +7 lines, -3 lines 0 comments Download
M src/pkg/gob/encode.go View 2 chunks +7 lines, -3 lines 0 comments Download
M src/pkg/json/decode.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/json/encode.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/reflect/type.go View 1 2 3 4 8 chunks +41 lines, -29 lines 0 comments Download
M src/pkg/reflect/value.go View 1 2 3 4 5 19 chunks +38 lines, -90 lines 0 comments Download
M test/ken/cplx3.go View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 10 months ago (2010-06-21 17:40:53 UTC) #1
r2
http://codereview.appspot.com/1699045/diff/7001/8007 File src/pkg/reflect/type.go (right): http://codereview.appspot.com/1699045/diff/7001/8007#newcode40 src/pkg/reflect/type.go:40: // will all be different, so that the client ...
13 years, 10 months ago (2010-06-21 18:02:13 UTC) #2
rsc
> http://codereview.appspot.com/1699045/diff/7001/8007#newcode40 > src/pkg/reflect/type.go:40: // will all be different, so that the client > cannot ...
13 years, 10 months ago (2010-06-21 19:37:36 UTC) #3
r2
LGTM
13 years, 10 months ago (2010-06-21 19:39:05 UTC) #4
rsc
13 years, 10 months ago (2010-06-21 20:19:34 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=47185e9a589b ***

reflect: add Type.Bits method, add tags to prohibit conversions
gob: substitute slice for map

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

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