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

Issue 3749044: code review 3749044: fmt: normalize processing of format string (Closed)

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

Description

fmt: normalize processing of format string The old loop was a bit odd; change it to be more regular. This also enables a diagnostic for Printf("%", 3): %!(NOVERB)

Patch Set 1 #

Patch Set 2 : code review 3749044: fmt: normalize processing of format string #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -12 lines) Patch
M src/pkg/fmt/fmt_test.go View 3 chunks +5 lines, -3 lines 0 comments Download
M src/pkg/fmt/print.go View 4 chunks +11 lines, -9 lines 0 comments Download

Messages

Total messages: 4
r
Hello rsc (cc: golang-dev@googlegroups.com, consalus@gmail.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-05 18:06:29 UTC) #1
rsc
LGTM
14 years, 5 months ago (2011-01-05 18:08:00 UTC) #2
Kyle C
LGTM
14 years, 5 months ago (2011-01-05 18:10:24 UTC) #3
r
14 years, 5 months ago (2011-01-05 18:11:36 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=f9ed0be64ece ***

fmt: normalize processing of format string
The old loop was a bit odd; change it to be more regular.
This also enables a diagnostic for Printf("%", 3): %!(NOVERB)

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

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