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

Issue 4128049: code review 4128049: fmt.Scan: scan binary-exponent floating format, 2.4p-3 (Closed)

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

Description

fmt.Scan: scan binary-exponent floating format, 2.4p-3

Patch Set 1 #

Patch Set 2 : code review 4128049: fmt.Scan: scan binary-exponent floating format, 2.4p-3 #

Patch Set 3 : code review 4128049: fmt.Scan: scan binary-exponent floating format, 2.4p-3 #

Patch Set 4 : code review 4128049: fmt.Scan: scan binary-exponent floating format, 2.4p-3 #

Patch Set 5 : code review 4128049: fmt.Scan: scan binary-exponent floating format, 2.4p-3 #

Total comments: 2

Patch Set 6 : code review 4128049: fmt.Scan: scan binary-exponent floating format, 2.4p-3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -2 lines) Patch
M src/pkg/fmt/scan.go View 1 2 3 4 5 4 chunks +24 lines, -2 lines 0 comments Download
M src/pkg/fmt/scan_test.go View 1 2 1 chunk +4 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, 2 months ago (2011-02-02 18:28:29 UTC) #1
rog
%b also does binary for integers. On 2 February 2011 18:28, <r@golang.org> wrote: > Reviewers: ...
14 years, 2 months ago (2011-02-02 18:34:30 UTC) #2
r2
On Feb 2, 2011, at 10:34 AM, roger peppe wrote: > %b also does binary ...
14 years, 2 months ago (2011-02-02 18:36:16 UTC) #3
r
Hello rsc, rog, r2 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2011-02-02 18:38:30 UTC) #4
rog
sorry. i'd just assumed that you'd do both meanings of %b in the same CL. ...
14 years, 2 months ago (2011-02-02 18:40:35 UTC) #5
rsc
LGTM http://codereview.appspot.com/4128049/diff/14001/src/pkg/fmt/scan.go File src/pkg/fmt/scan.go (right): http://codereview.appspot.com/4128049/diff/14001/src/pkg/fmt/scan.go#newcode625 src/pkg/fmt/scan.go:625: s.error(err) In this error and the next one, ...
14 years, 2 months ago (2011-02-02 20:20:51 UTC) #6
r
14 years, 2 months ago (2011-02-02 20:38:51 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=e389f2d670be ***

fmt.Scan: scan binary-exponent floating format, 2.4p-3

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

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