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

Issue 976041: code review 976041: big: Create type nat (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by eds
Modified:
14 years, 11 months ago
Reviewers:
CC:
gri, golang-dev
Visibility:
Public.

Description

big: Create type nat Changed most of the functions in nat.go to methods on nat.

Patch Set 1 #

Patch Set 2 : code review 976041: big: Create type nat #

Total comments: 11

Patch Set 3 : code review 976041: big: Create type nat #

Total comments: 1

Patch Set 4 : code review 976041: big: Create type nat #

Patch Set 5 : code review 976041: big: Create type nat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -310 lines) Patch
M src/pkg/big/arith_test.go View 5 chunks +56 lines, -56 lines 0 comments Download
M src/pkg/big/int.go View 1 2 15 chunks +29 lines, -29 lines 0 comments Download
M src/pkg/big/int_test.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/big/nat.go View 1 2 3 4 28 chunks +134 lines, -132 lines 0 comments Download
M src/pkg/big/nat_test.go View 11 chunks +91 lines, -91 lines 0 comments Download

Messages

Total messages: 9
eds
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-04-22 03:41:20 UTC) #1
gri
This CL makes me a bit nervous. The reason why I didn't write these functions ...
14 years, 11 months ago (2010-04-22 18:05:18 UTC) #2
eds
There's no real pressing need for this. I'm basically trying to develop this package more ...
14 years, 11 months ago (2010-04-22 18:30:11 UTC) #3
gri
I starred at this some more and I think we should do the conversion. The ...
14 years, 11 months ago (2010-04-22 19:11:58 UTC) #4
eds
Hello gri (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 11 months ago (2010-04-22 23:16:04 UTC) #5
gri
One minor knit. http://codereview.appspot.com/976041/diff/14001/15004 File src/pkg/big/nat.go (right): http://codereview.appspot.com/976041/diff/14001/15004#newcode538 src/pkg/big/nat.go:538: // To avoid losing the top ...
14 years, 11 months ago (2010-04-22 23:50:36 UTC) #6
eds
Hello gri (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 11 months ago (2010-04-22 23:53:48 UTC) #7
gri
LGTM. Thanks. - Robert On Thu, Apr 22, 2010 at 4:53 PM, <chickencha@gmail.com> wrote: > ...
14 years, 11 months ago (2010-04-22 23:57:17 UTC) #8
gri
14 years, 11 months ago (2010-04-22 23:57:34 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=d5bd4bee0e27 ***

big: Create type nat

Changed most of the functions in nat.go to methods on nat.

R=gri
CC=golang-dev
http://codereview.appspot.com/976041

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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