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

Issue 4423043: code review 4423043: changes for more restricted reflect.SetValue (Closed)

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

Description

changes for more restricted reflect.SetValue

Patch Set 1 #

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

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

Patch Set 4 : diff -r 0cab3021a860 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r ad82ac65f73c https://go.googlecode.com/hg/ #

Total comments: 3

Patch Set 6 : diff -r fb36bd46b1fb https://go.googlecode.com/hg #

Patch Set 7 : diff -r 47bd15b15056 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -56 lines) Patch
M src/cmd/gofmt/rewrite.go View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M src/pkg/asn1/asn1_test.go View 1 3 chunks +5 lines, -9 lines 0 comments Download
M src/pkg/gob/codec_test.go View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/gob/decode.go View 1 2 6 chunks +31 lines, -8 lines 0 comments Download
M src/pkg/gob/decoder.go View 1 2 3 4 5 2 chunks +13 lines, -7 lines 0 comments Download
M src/pkg/gob/encode.go View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/gob/encoder_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/json/decode.go View 1 2 4 chunks +13 lines, -6 lines 0 comments Download
M src/pkg/json/decode_test.go View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/pkg/netchan/export.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/netchan/import.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rpc/server.go View 1 2 chunks +2 lines, -8 lines 0 comments Download
M src/pkg/testing/quick/quick.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/xml/read_test.go View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-dev (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-04-18 16:21:38 UTC) #1
r
http://codereview.appspot.com/4423043/diff/2002/src/pkg/gob/decode.go File src/pkg/gob/decode.go (right): http://codereview.appspot.com/4423043/diff/2002/src/pkg/gob/decode.go#newcode1279 src/pkg/gob/decode.go:1279: func allocValue(t reflect.Type) reflect.Value { i wonder if this ...
13 years, 11 months ago (2011-04-18 18:19:35 UTC) #2
rsc
> http://codereview.appspot.com/4423043/diff/2002/src/pkg/gob/decode.go#newcode1279 > src/pkg/gob/decode.go:1279: func allocValue(t reflect.Type) > reflect.Value { > i wonder if this ...
13 years, 11 months ago (2011-04-18 18:23:41 UTC) #3
r
LGTM but let's have a separate conversation about New/AllocValue/ValueOf
13 years, 11 months ago (2011-04-18 18:27:57 UTC) #4
rsc
13 years, 11 months ago (2011-04-18 18:36:24 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=c1b858bc04cd ***

changes for more restricted reflect.SetValue

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

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