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

Issue 5557072: code review 5557072: encoding/varint: deleted WriteXvarint (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by gri
Modified:
13 years, 6 months ago
Reviewers:
CC:
rsc, r, r2, golang-dev
Visibility:
Public.

Description

encoding/varint: deleted WriteXvarint Fixes issue 2748.

Patch Set 1 #

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

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

Patch Set 4 : diff -r d5d358740098 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -41 lines) Patch
M src/pkg/encoding/binary/varint.go View 1 2 2 chunks +0 lines, -17 lines 0 comments Download
M src/pkg/encoding/binary/varint_test.go View 1 2 4 chunks +8 lines, -24 lines 0 comments Download

Messages

Total messages: 9
gri
Hello rsc, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years, 6 months ago (2012-01-20 18:58:45 UTC) #1
r
LGTM but wait for rsc.
13 years, 6 months ago (2012-01-20 19:04:34 UTC) #2
rsc
I still think we should delete this outright. The new comments amount to // Don't ...
13 years, 6 months ago (2012-01-20 19:10:15 UTC) #3
gri
If I write an int x using fmt.Fprint(w, x), don't I have a malloc, too? ...
13 years, 6 months ago (2012-01-20 19:17:25 UTC) #4
r2
On Jan 20, 2012, at 11:17 AM, Robert Griesemer wrote: > If I write an ...
13 years, 6 months ago (2012-01-20 19:19:39 UTC) #5
rsc
On Fri, Jan 20, 2012 at 14:17, Robert Griesemer <gri@golang.org> wrote: > If I write ...
13 years, 6 months ago (2012-01-20 20:00:30 UTC) #6
gri
Hello rsc@golang.org, r@golang.org, r@google.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 6 months ago (2012-01-20 20:33:22 UTC) #7
rsc
LGTM
13 years, 6 months ago (2012-01-20 20:46:49 UTC) #8
gri
13 years, 6 months ago (2012-01-20 20:57:55 UTC) #9
*** Submitted as f790e7da73c4 ***

encoding/varint: deleted WriteXvarint

Fixes issue 2748.

R=rsc, r, r
CC=golang-dev
http://codereview.appspot.com/5557072
Sign in to reply to this message.

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