I sent these out mainly for feedback on the API. I am not proposing to ...
13 years, 3 months ago
(2011-12-01 22:44:46 UTC)
#2
I sent these out mainly for feedback on the API.
I am not proposing to check these in until next week.
There seems to be enough in the air right now.
Russ
Much nicer. On Thu, Dec 1, 2011 at 2:44 PM, Russ Cox <rsc@golang.org> wrote: > ...
13 years, 3 months ago
(2011-12-01 22:57:06 UTC)
#3
Much nicer.
On Thu, Dec 1, 2011 at 2:44 PM, Russ Cox <rsc@golang.org> wrote:
> I sent these out mainly for feedback on the API.
> I am not proposing to check these in until next week.
> There seems to be enough in the air right now.
>
> Russ
>
http://codereview.appspot.com/5434095/diff/1002/src/pkg/strconv/ftoa.go File src/pkg/strconv/ftoa.go (right): http://codereview.appspot.com/5434095/diff/1002/src/pkg/strconv/ftoa.go#newcode45 src/pkg/strconv/ftoa.go:45: // Ftoa32(f) is not the same as Ftoa64(float32(f)), stale ...
13 years, 3 months ago
(2011-12-01 23:05:31 UTC)
#4
On Thu, Dec 1, 2011 at 2:44 PM, Russ Cox <rsc@golang.org> wrote: > I sent ...
13 years, 3 months ago
(2011-12-05 17:33:08 UTC)
#7
On Thu, Dec 1, 2011 at 2:44 PM, Russ Cox <rsc@golang.org> wrote:
> I sent these out mainly for feedback on the API.
> I am not proposing to check these in until next week.
I'll redo the json stuff to use these, once this goes in.
On Mon, Dec 5, 2011 at 12:33, Brad Fitzpatrick <bradfitz@golang.org> wrote: > I'll redo the ...
13 years, 3 months ago
(2011-12-05 18:46:02 UTC)
#8
On Mon, Dec 5, 2011 at 12:33, Brad Fitzpatrick <bradfitz@golang.org> wrote:
> I'll redo the json stuff to use these, once this goes in.
thanks. should probably wait until the fast version goes in. :-)
http://codereview.appspot.com/5434095/diff/1002/src/pkg/strconv/atoi.go File src/pkg/strconv/atoi.go (right): http://codereview.appspot.com/5434095/diff/1002/src/pkg/strconv/atoi.go#newcode134 src/pkg/strconv/atoi.go:134: // to s cannot be represented by an unsigned ...
13 years, 3 months ago
(2011-12-05 18:51:50 UTC)
#9
On Mon, Dec 5, 2011 at 10:46 AM, Russ Cox <rsc@golang.org> wrote: > On Mon, ...
13 years, 3 months ago
(2011-12-05 18:57:39 UTC)
#10
On Mon, Dec 5, 2011 at 10:46 AM, Russ Cox <rsc@golang.org> wrote:
> On Mon, Dec 5, 2011 at 12:33, Brad Fitzpatrick <bradfitz@golang.org>
> wrote:
> > I'll redo the json stuff to use these, once this goes in.
>
> thanks. should probably wait until the fast version goes in. :-)
>
I can make the one call I need fast in the same CL. The others can go in
incrementally.
On Mon, Dec 5, 2011 at 15:39, <gri@golang.org> wrote: > I guess you decided against ...
13 years, 3 months ago
(2011-12-05 20:43:49 UTC)
#15
On Mon, Dec 5, 2011 at 15:39, <gri@golang.org> wrote:
> I guess you decided against simply
>
> return atof64(s)
>
> here?
sorry, forgot to apply that comment. done.
it was a dreg from an earlier time.
*** Submitted as http://code.google.com/p/go/source/detail?r=497c07d73643 *** strconv: new API R=golang-dev, bradfitz, gri, r, agl CC=golang-dev http://codereview.appspot.com/5434095
13 years, 3 months ago
(2011-12-05 20:48:25 UTC)
#16
Issue 5434095: code review 5434095: strconv: new API
(Closed)
Created 13 years, 3 months ago by rsc
Modified 13 years, 3 months ago
Reviewers:
Base URL:
Comments: 4