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

Issue 4044041: code review 4044041: expvar: This change adds supports for floating point ex... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by josv
Modified:
14 years, 3 months ago
Reviewers:
CC:
r, rsc, dsymonds, golang-dev
Visibility:
Public.

Description

expvar: This change adds supports for floating point exported variables.

Patch Set 1 #

Patch Set 2 : code review 4044041: expvar: This change adds supports for floating point ex... #

Patch Set 3 : code review 4044041: expvar: This change adds supports for floating point ex... #

Patch Set 4 : code review 4044041: expvar: This change adds supports for floating point ex... #

Total comments: 13

Patch Set 5 : code review 4044041: expvar: This change adds supports for floating point ex... #

Patch Set 6 : code review 4044041: expvar: This change adds supports for floating point ex... #

Patch Set 7 : code review 4044041: expvar: This change adds supports for floating point ex... #

Total comments: 12

Patch Set 8 : code review 4044041: expvar: This change adds supports for floating point ex... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -2 lines) Patch
M src/pkg/expvar/expvar.go View 1 2 3 4 5 6 7 5 chunks +52 lines, -2 lines 0 comments Download
M src/pkg/expvar/expvar_test.go View 1 2 3 4 5 6 3 chunks +42 lines, -0 lines 0 comments Download

Messages

Total messages: 12
josv
Hello golang-dev@googlegroups.com (cc: dsymonds, golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2011-01-16 17:33:50 UTC) #1
dsymonds
LGTM Interested to hear how r/rsc feel about Add vs. AddInt. http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar.go File src/pkg/expvar/expvar.go (right): ...
14 years, 3 months ago (2011-01-16 21:04:45 UTC) #2
r
http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar.go File src/pkg/expvar/expvar.go (right): http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar.go#newcode61 src/pkg/expvar/expvar.go:61: // Float is a 64-bit float variable, and satisfies ...
14 years, 3 months ago (2011-01-16 21:50:55 UTC) #3
josv
Hello golang-dev@googlegroups.com, dsymonds, r (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2011-01-16 22:42:25 UTC) #4
josv
http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar.go File src/pkg/expvar/expvar.go (right): http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar.go#newcode61 src/pkg/expvar/expvar.go:61: // Float is a 64-bit float variable, and satisfies ...
14 years, 3 months ago (2011-01-16 22:43:30 UTC) #5
r2
You didn't respond to my comments about expvar_test.go -rob
14 years, 3 months ago (2011-01-16 22:52:54 UTC) #6
josv
Yes, that's because I am a muppet. Sorry for that. :-( Will get on it ...
14 years, 3 months ago (2011-01-16 23:39:18 UTC) #7
josv
Latest patch uploaded. http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar_test.go File src/pkg/expvar/expvar_test.go (right): http://codereview.appspot.com/4044041/diff/8001/src/pkg/expvar/expvar_test.go#newcode14 src/pkg/expvar/expvar_test.go:14: const DELTA = 0.00000000001 On 2011/01/16 ...
14 years, 3 months ago (2011-01-17 08:31:10 UTC) #8
rsc
http://codereview.appspot.com/4044041/diff/28001/src/pkg/expvar/expvar.go File src/pkg/expvar/expvar.go (right): http://codereview.appspot.com/4044041/diff/28001/src/pkg/expvar/expvar.go#newcode67 src/pkg/expvar/expvar.go:67: // Converts a floating point exported variable to a ...
14 years, 3 months ago (2011-01-18 00:19:54 UTC) #9
josv
http://codereview.appspot.com/4044041/diff/28001/src/pkg/expvar/expvar.go File src/pkg/expvar/expvar.go (right): http://codereview.appspot.com/4044041/diff/28001/src/pkg/expvar/expvar.go#newcode67 src/pkg/expvar/expvar.go:67: // Converts a floating point exported variable to a ...
14 years, 3 months ago (2011-01-18 09:00:17 UTC) #10
rsc
LGTM
14 years, 3 months ago (2011-01-18 15:15:07 UTC) #11
rsc
14 years, 3 months ago (2011-01-18 16:24:45 UTC) #12
*** Submitted as 4896d9611bda ***

expvar: add Float

R=r, rsc, dsymonds
CC=golang-dev
http://codereview.appspot.com/4044041

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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