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

Issue 624041: code review 624041: template: fixed html formatter bug where it would turn ... (Closed)

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

Description

template: fixed html formatter bug where it would turn a []byte into a string of decimal numbers.

Patch Set 1 #

Patch Set 2 : code review 624041: template: fixed html formatter bug where it would turn ... #

Patch Set 3 : code review 624041: template: fixed html formatter bug where it would turn ... #

Patch Set 4 : code review 624041: template: fixed html formatter bug where it would turn ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -3 lines) Patch
M src/pkg/template/format.go View 1 2 1 chunk +7 lines, -3 lines 0 comments Download
M src/pkg/template/template_test.go View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 15
adg
Hello r, rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 6 months ago (2010-03-18 05:22:56 UTC) #1
adg
This means any custom formatter expecting a string should call StringFormatter() on it first. I ...
15 years, 6 months ago (2010-03-18 05:24:52 UTC) #2
rsc
On Wed, Mar 17, 2010 at 22:24, Andrew Gerrand <adg@golang.org> wrote: > This means any ...
15 years, 6 months ago (2010-03-18 05:45:53 UTC) #3
adg
On 18 March 2010 16:45, Russ Cox <rsc@golang.org> wrote: > On Wed, Mar 17, 2010 ...
15 years, 6 months ago (2010-03-18 05:57:32 UTC) #4
rsc
>> Doesn't it mean that any custom formatter expecting a []byte >> should call StringFormatter ...
15 years, 6 months ago (2010-03-18 06:07:54 UTC) #5
adg
On 18 March 2010 17:07, Russ Cox <rsc@golang.org> wrote: >>> Doesn't it mean that any ...
15 years, 6 months ago (2010-03-18 06:14:10 UTC) #6
r2
i wonder if it would be simpler for Execute to promote a []byte to a ...
15 years, 6 months ago (2010-03-18 06:23:59 UTC) #7
adg
On 18 March 2010 17:23, Rob 'Commander' Pike <r@google.com> wrote: > i wonder if it ...
15 years, 6 months ago (2010-03-18 06:33:14 UTC) #8
r2
On Mar 17, 2010, at 11:32 PM, Andrew Gerrand wrote: > On 18 March 2010 ...
15 years, 6 months ago (2010-03-18 06:34:20 UTC) #9
rsc
> It just seems odd that any new formatter written should have to wrap > ...
15 years, 6 months ago (2010-03-18 06:35:38 UTC) #10
r2
LGTM let's check in this fix but please open an issue and include rsc's mail. ...
15 years, 6 months ago (2010-03-18 18:04:33 UTC) #11
adg
On 19 March 2010 05:04, Rob 'Commander' Pike <r@google.com> wrote: > let's check in this ...
15 years, 6 months ago (2010-03-18 22:38:20 UTC) #12
adg
Hello r, rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 6 months ago (2010-03-18 22:41:04 UTC) #13
r2
LGTM On Mar 18, 2010, at 3:41 PM, adg@golang.org wrote: > Hello r, rsc (cc: ...
15 years, 6 months ago (2010-03-18 22:43:48 UTC) #14
adg
15 years, 6 months ago (2010-03-18 22:46:46 UTC) #15
*** Submitted as http://code.google.com/p/go/source/detail?r=9a43d0a09c00 ***

template: fixed html formatter bug where it would turn a []byte
into a string of decimal numbers.

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

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