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

Issue 4556060: code review 4556060: fmt: make %q work for integers, printing a quoted chara... (Closed)

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

Description

fmt: make %q work for integers, printing a quoted character literal.

Patch Set 1 #

Patch Set 2 : diff -r e26c8906b005 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 38618180157b https://go.googlecode.com/hg/ #

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

Messages

Total messages: 6
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-05-25 04:43:24 UTC) #1
rsc1
LGTM
13 years, 11 months ago (2011-05-25 04:59:08 UTC) #2
rsc1
Possible that %q of 100000000 should be %q(int=1000000000)
13 years, 11 months ago (2011-05-25 04:59:45 UTC) #3
r
Hello golang-dev@googlegroups.com, rsc@google.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-05-25 05:07:21 UTC) #4
rsc
LGTM
13 years, 11 months ago (2011-05-25 11:23:21 UTC) #5
r
13 years, 11 months ago (2011-05-25 11:25:23 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=256b31ceb2e2 ***

fmt: make %q work for integers, printing a quoted character literal.

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

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