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

Issue 3359041: code review 3359041: strconv: Atof on Infs and NaNs (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, golang-dev
Visibility:
Public.

Description

strconv: Atof on Infs and NaNs

Patch Set 1 #

Patch Set 2 : code review 3359041: strconv: Atof on Infs and NaNs #

Total comments: 2

Patch Set 3 : code review 3359041: strconv: Atof on Infs and NaNs #

Patch Set 4 : code review 3359041: strconv: Atof on Infs and NaNs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -0 lines) Patch
M src/pkg/strconv/atof.go View 1 2 3 3 chunks +42 lines, -0 lines 0 comments Download
M src/pkg/strconv/atof_test.go View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 6
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-11-30 19:39:50 UTC) #1
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-11-30 20:34:34 UTC) #2
rsc1
LGTM http://codereview.appspot.com/3359041/diff/3001/src/pkg/strconv/atof.go File src/pkg/strconv/atof.go (right): http://codereview.appspot.com/3359041/diff/3001/src/pkg/strconv/atof.go#newcode27 src/pkg/strconv/atof.go:27: c1 := s1[i] &^ ' ' only works ...
14 years, 3 months ago (2010-11-30 20:37:52 UTC) #3
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-11-30 20:46:21 UTC) #4
rsc1
LGTM may need a gofmt
14 years, 3 months ago (2010-11-30 20:47:38 UTC) #5
r
14 years, 3 months ago (2010-11-30 20:53:48 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=949e37bd83f4 ***

strconv: Atof on Infs and NaNs

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

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