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

Issue 13180043: code review 13180043: encoding/json: add "overflow" struct tag option (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by adg
Modified:
10 years, 7 months ago
Reviewers:
r
CC:
golang-dev, dsymonds, bradfitz
Visibility:
Public.

Description

encoding/json: add "overflow" struct tag option Fixes issue 6213.

Patch Set 1 #

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

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

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

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

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

Total comments: 6

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -49 lines) Patch
M src/pkg/encoding/json/decode.go View 1 2 3 4 5 chunks +59 lines, -43 lines 0 comments Download
M src/pkg/encoding/json/decode_test.go View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
M src/pkg/encoding/json/encode.go View 1 2 3 4 5 6 8 chunks +59 lines, -6 lines 0 comments Download
M src/pkg/encoding/json/encode_test.go View 1 2 3 4 5 6 1 chunk +56 lines, -0 lines 0 comments Download
M src/pkg/encoding/json/example_test.go View 1 2 3 4 5 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 8
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 7 months ago (2013-08-28 03:33:58 UTC) #1
dsymonds
On 28 August 2013 13:33, <adg@golang.org> wrote: > encoding/json: add "overflow" function Might be clearer ...
10 years, 7 months ago (2013-08-28 03:45:12 UTC) #2
adg
Hello golang-dev@googlegroups.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 7 months ago (2013-08-28 03:46:26 UTC) #3
bradfitz
https://codereview.appspot.com/13180043/diff/13001/src/pkg/encoding/json/decode_test.go File src/pkg/encoding/json/decode_test.go (right): https://codereview.appspot.com/13180043/diff/13001/src/pkg/encoding/json/decode_test.go#newcode1291 src/pkg/encoding/json/decode_test.go:1291: if dest.A != 1 { or just one reflect.DeepEqual ...
10 years, 7 months ago (2013-08-28 17:21:31 UTC) #4
adg
https://codereview.appspot.com/13180043/diff/13001/src/pkg/encoding/json/decode_test.go File src/pkg/encoding/json/decode_test.go (right): https://codereview.appspot.com/13180043/diff/13001/src/pkg/encoding/json/decode_test.go#newcode1291 src/pkg/encoding/json/decode_test.go:1291: if dest.A != 1 { On 2013/08/28 17:21:32, bradfitz ...
10 years, 7 months ago (2013-08-29 04:35:12 UTC) #5
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=318540e7857f *** encoding/json: add "overflow" struct tag option Fixes issue 6213. R=golang-dev, ...
10 years, 7 months ago (2013-08-29 04:40:05 UTC) #6
r
LGTM
10 years, 7 months ago (2013-08-29 05:11:44 UTC) #7
r
10 years, 7 months ago (2013-08-29 05:12:17 UTC) #8
Message was sent while issue was closed.
NOT LGTM (yet)
sorry
clicked on the wrong link in all the undo craziness
Sign in to reply to this message.

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