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

Issue 5488068: code review 5488068: json: treat renamed byte slices the same as []byte (Closed)

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

Description

json: treat renamed byte slices the same as []byte Fixes issue 2163.

Patch Set 1 #

Total comments: 2

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -6 lines) Patch
M src/pkg/encoding/json/encode.go View 1 2 chunks +7 lines, -6 lines 0 comments Download
M src/pkg/encoding/json/encode_test.go View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 5
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-12-13 23:02:34 UTC) #1
rsc
LGTM http://codereview.appspot.com/5488068/diff/1/src/pkg/encoding/json/encode.go File src/pkg/encoding/json/encode.go (right): http://codereview.appspot.com/5488068/diff/1/src/pkg/encoding/json/encode.go#newcode219 src/pkg/encoding/json/encode.go:219: var byteType = reflect.TypeOf(byte(0)) Dead? http://codereview.appspot.com/5488068/diff/1/src/pkg/encoding/json/encode.go#newcode347 src/pkg/encoding/json/encode.go:347: if ...
13 years, 8 months ago (2011-12-13 23:07:52 UTC) #2
r
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-12-13 23:16:12 UTC) #3
rsc
LGTM
13 years, 8 months ago (2011-12-14 19:02:37 UTC) #4
r
13 years, 8 months ago (2011-12-14 19:03:34 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=84fd260989c3 ***

json: treat renamed byte slices the same as []byte
Fixes issue 2163.

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

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