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

Issue 4084044: code review 4084044: gob: updates to the debugging tool. (Closed)

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

Description

gob: updates to the debugging tool. - complex numbers now supported. - entirely independent of standard decode code. - parser has no read-ahead; that is, the scanning works simply by reading the values as they arrive, not by trying to count bytes for message boundaries, a proof of concept for the pending rewrite of the regular decoder.

Patch Set 1 #

Total comments: 1

Patch Set 2 : code review 4084044: gob: updates to the debugging tool. #

Total comments: 8

Patch Set 3 : code review 4084044: gob: updates to the debugging tool. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -224 lines) Patch
M src/pkg/gob/debug.go View 1 2 10 chunks +205 lines, -224 lines 0 comments Download

Messages

Total messages: 6
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 1 month ago (2011-01-25 18:47:21 UTC) #1
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 1 month ago (2011-01-26 02:52:10 UTC) #2
rsc
LGTM http://codereview.appspot.com/4084044/diff/1/src/pkg/gob/debug.go File src/pkg/gob/debug.go (right): http://codereview.appspot.com/4084044/diff/1/src/pkg/gob/debug.go#newcode103 src/pkg/gob/debug.go:103: remain int // the number of bytes known ...
14 years, 1 month ago (2011-01-28 18:01:50 UTC) #3
r2
will change the names, but note that int(uint()) is not the same as int(). one ...
14 years, 1 month ago (2011-01-28 18:44:09 UTC) #4
r
submitting http://codereview.appspot.com/4084044/diff/2001/src/pkg/gob/debug.go File src/pkg/gob/debug.go (right): http://codereview.appspot.com/4084044/diff/2001/src/pkg/gob/debug.go#newcode103 src/pkg/gob/debug.go:103: remain int // the number of bytes known ...
14 years, 1 month ago (2011-01-28 18:52:38 UTC) #5
r
14 years, 1 month ago (2011-01-28 18:53:10 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=ce7d0f2b9e03 ***

gob: updates to the debugging tool.
- complex numbers now supported.
- entirely independent of standard decode code.
- parser has no read-ahead; that is, the scanning works
simply by reading the values as they arrive, not by trying
to count bytes for message boundaries, a proof of concept
for the pending rewrite of the regular decoder.

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

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