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

Issue 5753055: code review 5753055: fmt, log: stop using unicode (Closed)

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

Description

fmt, log: stop using unicode $ go list -f '{{.ImportPath}} {{.Deps}}' fmt log fmt [errors io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8 unsafe] log [errors fmt io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8 unsafe]

Patch Set 1 #

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

Total comments: 9

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

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

Total comments: 9

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -213 lines) Patch
A src/pkg/fmt/export_test.go View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M src/pkg/fmt/fmt_test.go View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M src/pkg/fmt/format.go View 1 2 3 4 5 chunks +8 lines, -11 lines 0 comments Download
M src/pkg/fmt/print.go View 1 2 3 4 11 chunks +45 lines, -13 lines 0 comments Download
M src/pkg/fmt/scan.go View 1 2 3 4 5 23 chunks +81 lines, -32 lines 0 comments Download
M src/pkg/go/build/deps_test.go View 1 2 3 8 chunks +134 lines, -127 lines 0 comments Download
M src/pkg/log/log.go View 1 2 3 6 chunks +24 lines, -30 lines 0 comments Download

Messages

Total messages: 10
bradfitz
LGTM http://codereview.appspot.com/5753055/diff/2001/src/pkg/fmt/format.go File src/pkg/fmt/format.go (right): http://codereview.appspot.com/5753055/diff/2001/src/pkg/fmt/format.go#newcode291 src/pkg/fmt/format.go:291: var b []byte seems like the cap could ...
13 years, 2 months ago (2012-03-06 16:08:07 UTC) #1
rog
http://codereview.appspot.com/5753055/diff/2001/src/pkg/fmt/scan.go File src/pkg/fmt/scan.go (right): http://codereview.appspot.com/5753055/diff/2001/src/pkg/fmt/scan.go#newcode278 src/pkg/fmt/scan.go:278: var space = []uint16{ this can be a little ...
13 years, 2 months ago (2012-03-06 16:46:48 UTC) #2
r
holding off LGTM until strconv has landed http://codereview.appspot.com/5753055/diff/2001/src/pkg/fmt/format.go File src/pkg/fmt/format.go (right): http://codereview.appspot.com/5753055/diff/2001/src/pkg/fmt/format.go#newcode37 src/pkg/fmt/format.go:37: // It ...
13 years, 2 months ago (2012-03-06 20:40:34 UTC) #3
bradfitz
On Wed, Mar 7, 2012 at 7:40 AM, <r@golang.org> wrote: > holding off LGTM until ...
13 years, 2 months ago (2012-03-06 20:44:29 UTC) #4
r2
also this should include edits to the dep test
13 years, 2 months ago (2012-03-06 20:47:14 UTC) #5
rsc
Hello bradfitz@golang.org, rogpeppe@gmail.com, r@golang.org, r@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to ...
13 years, 2 months ago (2012-03-07 03:41:03 UTC) #6
r
http://codereview.appspot.com/5753055/diff/4008/src/pkg/fmt/format.go File src/pkg/fmt/format.go (right): http://codereview.appspot.com/5753055/diff/4008/src/pkg/fmt/format.go#newcode37 src/pkg/fmt/format.go:37: // It prints into a buffer that must be ...
13 years, 2 months ago (2012-03-07 03:53:04 UTC) #7
rsc1
PTAL http://codereview.appspot.com/5753055/diff/4008/src/pkg/fmt/format.go File src/pkg/fmt/format.go (right): http://codereview.appspot.com/5753055/diff/4008/src/pkg/fmt/format.go#newcode37 src/pkg/fmt/format.go:37: // It prints into a buffer that must ...
13 years, 2 months ago (2012-03-07 04:12:24 UTC) #8
r
LGTM
13 years, 2 months ago (2012-03-07 04:17:28 UTC) #9
rsc
13 years, 2 months ago (2012-03-07 04:27:17 UTC) #10
*** Submitted as 61a5159136af ***

fmt, log: stop using unicode

$ go list -f '{{.ImportPath}} {{.Deps}}' fmt log
fmt [errors io math os reflect runtime strconv sync sync/atomic syscall time
unicode/utf8 unsafe]
log [errors fmt io math os reflect runtime strconv sync sync/atomic syscall time
unicode/utf8 unsafe]

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

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