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

Issue 3319042: code review 3319042: fmt: allow "% X" as well as "% x" (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by r
Modified:
14 years, 3 months ago
Reviewers:
CC:
rsc, cw, peterGo, golang-dev
Visibility:
Public.

Description

fmt: allow "% X" as well as "% x"

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review 3319042: fmt: allow "% X" as well as "% x" #

Patch Set 3 : code review 3319042: fmt: allow "% X" as well as "% x" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M src/pkg/fmt/doc.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/fmt/fmt_test.go View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/fmt/format.go View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-11-26 04:14:21 UTC) #1
cw
http://codereview.appspot.com/3319042/diff/1/src/pkg/fmt/fmt_test.go File src/pkg/fmt/fmt_test.go (right): http://codereview.appspot.com/3319042/diff/1/src/pkg/fmt/fmt_test.go#newcode125 src/pkg/fmt/fmt_test.go:125: {"% X", []byte("ab\xff"), "61 62 63 FF"}, shouldn't that ...
14 years, 3 months ago (2010-11-28 03:52:32 UTC) #2
peterGo
http://codereview.appspot.com/3319042/diff/1/src/pkg/fmt/fmt_test.go File src/pkg/fmt/fmt_test.go (right): http://codereview.appspot.com/3319042/diff/1/src/pkg/fmt/fmt_test.go#newcode125 src/pkg/fmt/fmt_test.go:125: {"% X", []byte("ab\xff"), "61 62 63 FF"}, {"% X", ...
14 years, 3 months ago (2010-11-28 05:20:00 UTC) #3
r
Hello rsc, cw, PeterGo (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-11-28 16:43:43 UTC) #4
r
strange. fix uploaded. -rob
14 years, 3 months ago (2010-11-28 16:44:23 UTC) #5
peterGo
LGTM
14 years, 3 months ago (2010-11-28 17:37:33 UTC) #6
r
14 years, 3 months ago (2010-11-29 15:30:43 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=cbfea31a4187 ***

fmt: allow "% X" as well as "% x"

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

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