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

Issue 4368069: code review 4368069: goprotobuf: hand-edit the gofix changes for nicer code (Closed)

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

Description

goprotobuf: hand-edit the gofix changes for nicer code and clean up a few details. No semantic change.

Patch Set 1 #

Total comments: 2

Patch Set 2 : diff -r ea84b246d69b https://goprotobuf.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -36 lines) Patch
M proto/encode.go View 1 chunk +1 line, -1 line 0 comments Download
M proto/properties.go View 2 chunks +20 lines, -31 lines 0 comments Download
M proto/text.go View 1 chunk +2 lines, -2 lines 0 comments Download
M proto/text_parser.go View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4
r
Hello rsc, dsymonds (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://goprotobuf.googlecode.com/hg/
14 years, 7 months ago (2011-04-11 20:00:46 UTC) #1
dsymonds
LGTM
14 years, 7 months ago (2011-04-11 23:10:30 UTC) #2
r
*** Submitted as http://code.google.com/p/goprotobuf/source/detail?r=8d0682e7ba92 *** goprotobuf: hand-edit the gofix changes for nicer code and clean ...
14 years, 7 months ago (2011-04-11 23:14:57 UTC) #3
rsc
14 years, 7 months ago (2011-04-11 23:15:25 UTC) #4
http://codereview.appspot.com/4368069/diff/1/proto/text_parser.go
File proto/text_parser.go (right):

http://codereview.appspot.com/4368069/diff/1/proto/text_parser.go#newcode389
proto/text_parser.go:389: case reflect.Int32, reflect.Int64:
sb

case reflect.Int32:
    ...
case reflect.Int64:
   ...

http://codereview.appspot.com/4368069/diff/1/proto/text_parser.go#newcode436
proto/text_parser.go:436: case reflect.Uint32, reflect.Uint64:
same
Sign in to reply to this message.

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