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

Issue 57140043: code review 57140043: encoding/json: mention escaping of '&' (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by minux1
Modified:
11 years, 5 months ago
Reviewers:
gobot, iant
CC:
golang-codereviews, iant
Visibility:
Public.

Description

encoding/json: mention escaping of '&' Fixes issue 7034.

Patch Set 1 #

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

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

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

Total comments: 1

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/encoding/json/encode.go View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 9
minux1
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2014-01-27 01:47:24 UTC) #1
iant
https://codereview.appspot.com/57140043/diff/70001/src/pkg/encoding/json/encode.go File src/pkg/encoding/json/encode.go (right): https://codereview.appspot.com/57140043/diff/70001/src/pkg/encoding/json/encode.go#newcode47 src/pkg/encoding/json/encode.go:47: // Ampersand "&" is also escaped to "\u0026" for ...
11 years, 5 months ago (2014-01-27 16:39:04 UTC) #2
minux1
On 2014/01/27 16:39:04, iant wrote: > https://codereview.appspot.com/57140043/diff/70001/src/pkg/encoding/json/encode.go#newcode47 > src/pkg/encoding/json/encode.go:47: // Ampersand "&" is also escaped ...
11 years, 5 months ago (2014-01-28 00:36:06 UTC) #3
iant
On Mon, Jan 27, 2014 at 4:36 PM, <minux.ma@gmail.com> wrote: > On 2014/01/27 16:39:04, iant ...
11 years, 5 months ago (2014-01-28 01:39:19 UTC) #4
minux1
PTAL. On Mon, Jan 27, 2014 at 8:39 PM, Ian Lance Taylor <iant@golang.org> wrote: > ...
11 years, 5 months ago (2014-01-28 07:13:30 UTC) #5
iant
LGTM Thanks.
11 years, 5 months ago (2014-01-28 14:30:54 UTC) #6
minux1
*** Submitted as https://code.google.com/p/go/source/detail?r=d067c6de4ec3 *** encoding/json: mention escaping of '&' Fixes issue 7034. LGTM=iant R=golang-codereviews, ...
11 years, 5 months ago (2014-02-05 06:24:57 UTC) #7
gobot
This CL appears to have broken the windows-amd64 builder.
11 years, 5 months ago (2014-02-05 06:34:46 UTC) #8
minux1
11 years, 5 months ago (2014-02-05 06:36:46 UTC) #9
Not really.

On Wed, Feb 5, 2014 at 1:34 AM, <gobot@golang.org> wrote:

> This CL appears to have broken the windows-amd64 builder.
>
--- FAIL: TestGoroutineSwitch (0.50 seconds)
pprof_test.go:64: profile too short: [0x0 0x3 0x0 0x2710 0x0 0x0 0x1 0x0]
FAIL
FAIL runtime/pprof 10.168s
Sign in to reply to this message.

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