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

Issue 1680044: code review 1680044: reflect: add Kind, remove Int8Type, Int8Value, etc. (Closed)

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

Description

reflect: add Kind, remove Int8Type, Int8Value, etc. update other code to match.

Patch Set 1 #

Patch Set 2 : code review 1680044: reflect: add Kind, remove Int8Type, Int8Value, etc. #

Patch Set 3 : code review 1680044: reflect: add Kind, remove Int8Type, Int8Value, etc. #

Total comments: 4

Patch Set 4 : code review 1680044: reflect: add Kind, remove Int8Type, Int8Value, etc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+633 lines, -947 lines) Patch
M src/cmd/gc/reflect.c View 3 chunks +19 lines, -13 lines 0 comments Download
M src/pkg/asn1/asn1.go View 3 chunks +17 lines, -16 lines 0 comments Download
M src/pkg/asn1/common.go View 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/asn1/marshal.go View 3 chunks +3 lines, -5 lines 0 comments Download
M src/pkg/encoding/binary/binary.go View 1 3 chunks +64 lines, -60 lines 0 comments Download
M src/pkg/exp/eval/bridge.go View 1 chunk +35 lines, -27 lines 0 comments Download
M src/pkg/exp/ogle/process.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/ogle/rruntime.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/fmt/print.go View 1 4 chunks +9 lines, -32 lines 0 comments Download
M src/pkg/fmt/scan.go View 9 chunks +21 lines, -69 lines 0 comments Download
M src/pkg/gob/codec_test.go View 4 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/gob/decode.go View 1 8 chunks +23 lines, -24 lines 0 comments Download
M src/pkg/gob/encode.go View 1 1 chunk +19 lines, -19 lines 0 comments Download
M src/pkg/gob/encoder.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/gob/type.go View 1 2 3 5 chunks +5 lines, -18 lines 0 comments Download
M src/pkg/json/decode.go View 1 chunk +5 lines, -82 lines 0 comments Download
M src/pkg/json/encode.go View 1 chunk +1 line, -23 lines 0 comments Download
M src/pkg/net/dnsmsg.go View 3 chunks +41 lines, -30 lines 0 comments Download
M src/pkg/reflect/all_test.go View 1 9 chunks +97 lines, -60 lines 0 comments Download
M src/pkg/reflect/tostring_test.go View 1 chunk +6 lines, -27 lines 0 comments Download
M src/pkg/reflect/type.go View 1 2 3 8 chunks +86 lines, -92 lines 0 comments Download
M src/pkg/reflect/value.go View 1 2 6 chunks +134 lines, -247 lines 0 comments Download
M src/pkg/runtime/type.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/testing/quick/quick.go View 2 chunks +34 lines, -31 lines 0 comments Download
M src/pkg/xml/read.go View 1 2 3 3 chunks +2 lines, -61 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 10 months ago (2010-06-19 01:59:35 UTC) #1
r
LGTM bitsize and the gob check could be done in a separate CL http://codereview.appspot.com/1680044/diff/5001/6015 File ...
14 years, 10 months ago (2010-06-19 03:21:16 UTC) #2
rsc
done On Fri, Jun 18, 2010 at 20:21, <r@golang.org> wrote: > LGTM > > bitsize ...
14 years, 10 months ago (2010-06-20 19:15:31 UTC) #3
rsc
14 years, 10 months ago (2010-06-20 19:16:31 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=583685cffe54 ***

reflect: add Kind, remove Int8Type, Int8Value, etc.

update other code to match.

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

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