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

Issue 1250043: code review 1250043: big: Add Rat type (Closed)

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

Description

big: Add Rat type Implementations are pretty rough and simple at this point, but it's a start.

Patch Set 1 #

Patch Set 2 : code review 1250043: big: Add Rat type #

Patch Set 3 : code review 1250043: big: Add Rat type #

Patch Set 4 : code review 1250043: big: Add Rat type #

Total comments: 27

Patch Set 5 : code review 1250043: big: Add Rat type #

Total comments: 15

Patch Set 6 : code review 1250043: big: Add Rat type #

Patch Set 7 : code review 1250043: big: Add Rat type #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -1 line) Patch
M src/pkg/big/Makefile View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/big/nat.go View 2 chunks +2 lines, -0 lines 0 comments Download
A src/pkg/big/rat.go View 1 2 3 4 5 6 1 chunk +270 lines, -0 lines 0 comments Download
A src/pkg/big/rat_test.go View 1 2 3 4 1 chunk +185 lines, -0 lines 0 comments Download

Messages

Total messages: 11
eds
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 10 months ago (2010-05-21 01:32:31 UTC) #1
eds
On Thu, May 20, 2010 at 8:32 PM, <chickencha@gmail.com> wrote: > Reviewers: gri, > > ...
14 years, 10 months ago (2010-05-21 01:48:21 UTC) #2
gri
Some initial comments. More to come tomorrow. http://codereview.appspot.com/1250043/diff/13001/14001 File src/pkg/big/Makefile (right): http://codereview.appspot.com/1250043/diff/13001/14001#newcode10 src/pkg/big/Makefile:10: rat.go\ i'd ...
14 years, 10 months ago (2010-05-21 03:14:00 UTC) #3
gri
For your reference, attached is my (less complete version). You may be able to borrow ...
14 years, 10 months ago (2010-05-21 03:17:12 UTC) #4
eds
I think I've addressed everything so far except for one comment. http://codereview.appspot.com/1250043/diff/13001/14003 File src/pkg/big/rat.go (right): ...
14 years, 10 months ago (2010-05-21 03:58:31 UTC) #5
gri
Looks pretty good. http://codereview.appspot.com/1250043/diff/13002/19003 File src/pkg/big/rat.go (right): http://codereview.appspot.com/1250043/diff/13002/19003#newcode16 src/pkg/big/rat.go:16: } I think we need to ...
14 years, 10 months ago (2010-05-21 17:31:28 UTC) #6
gri
PS: For SetString it might be better to say that if it fails, the value ...
14 years, 10 months ago (2010-05-21 18:28:40 UTC) #7
eds
Hello gri (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 10 months ago (2010-05-21 22:40:28 UTC) #8
gri
LGTM (I guess you didn't want to make the changes to the tests?) On Fri, ...
14 years, 10 months ago (2010-05-21 23:14:44 UTC) #9
gri
*** Submitted as http://code.google.com/p/go/source/detail?r=53bc90805d29 *** big: Add Rat type Implementations are pretty rough and simple ...
14 years, 10 months ago (2010-05-21 23:15:05 UTC) #10
eds
14 years, 10 months ago (2010-05-22 00:40:22 UTC) #11
On Fri, May 21, 2010 at 6:14 PM, Robert Griesemer <gri@golang.org> wrote:
> LGTM
> (I guess you didn't want to make the changes to the tests?)

D'oh, I got so caught up with the other stuff that I didn't even see
those. I'll submit another CL.
Sign in to reply to this message.

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