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

Issue 6453152: code review 6453152: strconv: consistent parameter names for ParseUint (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by volker.dobler
Modified:
12 years, 8 months ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

strconv: consistent parameter names for ParseUint If ParseUint is like ParseInt it should have the same parameter names, thus rename b to to base as in ParseInt's documentation.

Patch Set 1 #

Patch Set 2 : diff -r b83f2b90ccfa https://code.google.com/p/go #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M src/pkg/strconv/atoi.go View 1 3 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 3
volker.dobler
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 8 months ago (2012-08-20 09:54:03 UTC) #1
bradfitz
LGTM On Mon, Aug 20, 2012 at 7:54 PM, <dr.volker.dobler@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
12 years, 8 months ago (2012-08-20 12:28:52 UTC) #2
bradfitz
12 years, 8 months ago (2012-08-20 12:30:25 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=52813bdd69bb ***

strconv: consistent parameter names for ParseUint

If ParseUint is like ParseInt it should have the same parameter
names, thus rename b to to base as in ParseInt's documentation.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/6453152

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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