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:
> 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 ...
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 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 ...
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 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