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

Issue 152270044: code review 152270044: encoding/json: fix handling of null with ,string fields (Closed)

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

Description

encoding/json: fix handling of null with ,string fields Fixes issue 8587.

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -11 lines) Patch
M src/encoding/json/decode.go View 1 4 chunks +36 lines, -4 lines 0 comments Download
M src/encoding/json/decode_test.go View 1 1 chunk +14 lines, -7 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-codereviews@googlegroups.com (cc: bradfitz, iant, r), I'd like you to review this change to https://code.google.com/p/go/
9 years, 6 months ago (2014-10-07 00:11:54 UTC) #1
bradfitz
https://codereview.appspot.com/152270044/diff/40001/src/encoding/json/decode_test.go File src/encoding/json/decode_test.go (right): https://codereview.appspot.com/152270044/diff/40001/src/encoding/json/decode_test.go#newcode1073 src/encoding/json/decode_test.go:1073: // Test that a null for ,string is not ...
9 years, 6 months ago (2014-10-07 14:00:09 UTC) #2
rsc
https://codereview.appspot.com/152270044/diff/40001/src/encoding/json/decode_test.go File src/encoding/json/decode_test.go (right): https://codereview.appspot.com/152270044/diff/40001/src/encoding/json/decode_test.go#newcode1073 src/encoding/json/decode_test.go:1073: // Test that a null for ,string is not ...
9 years, 6 months ago (2014-10-07 14:23:54 UTC) #3
bradfitz
LGTM Okay, I read the comment on 7046. I still feel like this test is ...
9 years, 6 months ago (2014-10-07 14:29:41 UTC) #4
rsc
On Tue, Oct 7, 2014 at 10:29 AM, <bradfitz@golang.org> wrote: > LGTM > > Okay, ...
9 years, 6 months ago (2014-10-07 15:06:19 UTC) #5
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=620024295679 *** encoding/json: fix handling of null with ,string fields Fixes issue ...
9 years, 6 months ago (2014-10-07 15:07:09 UTC) #6
gobot
9 years, 6 months ago (2014-10-07 16:57:54 UTC) #7
Message was sent while issue was closed.
This changed caused perf changes on windows-amd64-perf:


json-1                    old          new      delta
time                173976868    178661092      +2.69

json-4                    old          new      delta
time                 45385925     46501931      +2.46

json-8                    old          new      delta
time                 24273888     24810371      +2.21

http://build.golang.org/perfdetail?commit=620024295679c290fa100160d7e5ea8693b...



—gobot
Sign in to reply to this message.

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