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

Issue 101420043: code review 101420043: encoding/json: UnmarshalTypeError now tells what key yo...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by satran
Modified:
9 years, 4 months ago
Reviewers:
CC:
golang-codereviews, bradfitz, rsc
Visibility:
Public.

Description

encoding/json: UnmarshalTypeError now tells what key you were unmarshalling. Fixes issue 8254.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -19 lines) Patch
M src/pkg/encoding/json/decode.go View 1 19 chunks +26 lines, -18 lines 0 comments Download
M src/pkg/encoding/json/decode_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
satran
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 10 months ago (2014-06-21 17:49:16 UTC) #1
bradfitz
R=rsc On Sat, Jun 21, 2014 at 10:49 AM, <s@ranjeev.in> wrote: > Reviewers: golang-codereviews, > ...
9 years, 10 months ago (2014-06-23 17:55:38 UTC) #2
satran
Hi, I'm sure you guys must be caught up with other serious bugs and implementations. ...
9 years, 9 months ago (2014-06-28 11:40:24 UTC) #3
rsc
This is allocating (d.key) just for the error case. I understand the motivation but I ...
9 years, 7 months ago (2014-09-15 16:28:47 UTC) #4
satran
On 2014/09/15 16:28:47, rsc wrote: > This is allocating (d.key) just for the error case. ...
9 years, 7 months ago (2014-09-16 10:33:11 UTC) #5
gobot
9 years, 4 months ago (2014-12-19 05:06:09 UTC) #6
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/101420043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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