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

Issue 1780042: code review 1780042: exp/eval: Converted from bignum to big (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

exp/eval: Converted from bignum to big Also in this CL: * Removed util.go, as its functionality is in big * Removed some semicolons from the code generated by gen.go * Added a generate target to Makefile * Removed an outdated TODO from value.go

Patch Set 1 #

Patch Set 2 : code review 1780042: exp/eval: Converted from bignum to big #

Total comments: 10

Patch Set 3 : code review 1780042: exp/eval: Converted from bignum to big #

Total comments: 14

Patch Set 4 : code review 1780042: exp/eval: Converted from bignum to big #

Patch Set 5 : code review 1780042: exp/eval: Converted from bignum to big #

Total comments: 1

Patch Set 6 : code review 1780042: exp/eval: Converted from bignum to big #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -252 lines) Patch
M src/pkg/exp/eval/Makefile View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M src/pkg/exp/eval/eval_test.go View 3 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/exp/eval/expr.go View 1 2 3 13 chunks +40 lines, -34 lines 0 comments Download
M src/pkg/exp/eval/expr1.go View 1 2 3 20 chunks +47 lines, -47 lines 0 comments Download
M src/pkg/exp/eval/expr_test.go View 1 2 8 chunks +45 lines, -46 lines 0 comments Download
M src/pkg/exp/eval/gen.go View 1 2 3 4 5 13 chunks +51 lines, -51 lines 0 comments Download
M src/pkg/exp/eval/stmt.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/exp/eval/type.go View 1 2 3 10 chunks +35 lines, -18 lines 0 comments Download
R src/pkg/exp/eval/util.go View 1 chunk +0 lines, -39 lines 0 comments Download
M src/pkg/exp/eval/value.go View 7 chunks +8 lines, -10 lines 0 comments Download

Messages

Total messages: 10
eds
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 10 months ago (2010-07-10 01:03:43 UTC) #1
gri
http://codereview.appspot.com/1780042/diff/2001/3003 File src/pkg/exp/eval/expr.go (right): http://codereview.appspot.com/1780042/diff/2001/3003#newcode94 src/pkg/exp/eval/expr.go:94: var rat *big.Rat if you make this var rat ...
14 years, 10 months ago (2010-07-12 19:36:45 UTC) #2
gri
Please see also the new functions added to pak/big this afternoon (CL 1761042): - Sign ...
14 years, 10 months ago (2010-07-12 23:11:16 UTC) #3
eds
Hello gri (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 10 months ago (2010-07-13 00:49:04 UTC) #4
gri
A few more simplifications and adjustments to fit pkg/big idiomatic style. http://codereview.appspot.com/1780042/diff/10001/8004 File src/pkg/exp/eval/expr.go (right): ...
14 years, 10 months ago (2010-07-13 17:35:05 UTC) #5
eds
Hello gri (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 10 months ago (2010-07-13 23:12:14 UTC) #6
gri
http://codereview.appspot.com/1780042/diff/21001/22001 File src/pkg/exp/eval/Makefile (right): http://codereview.appspot.com/1780042/diff/21001/22001#newcode34 src/pkg/exp/eval/Makefile:34: $(QUOTED_GOBIN)/$(LD) -o $@ $<;\ this should probably be s/$@/generate/
14 years, 10 months ago (2010-07-14 01:18:00 UTC) #7
eds
Hello gri (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 10 months ago (2010-07-14 02:39:50 UTC) #8
gri
LGTM thanks - gri On Tue, Jul 13, 2010 at 7:39 PM, <chickencha@gmail.com> wrote: > ...
14 years, 10 months ago (2010-07-14 16:39:44 UTC) #9
gri
14 years, 10 months ago (2010-07-14 16:40:05 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=a479a9377fef ***

exp/eval: Converted from bignum to big

Also in this CL:
* Removed util.go, as its functionality is in big
* Removed some semicolons from the code generated by gen.go
* Added a generate target to Makefile
* Removed an outdated TODO from value.go

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

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