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

Issue 43480049: code review 43480049: debug/goobj: expand package prefix correctly (Closed)

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

Description

debug/goobj: expand package prefix correctly

Patch Set 1 #

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

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

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

Total comments: 2

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

Patch Set 6 : diff -r 5002ec2f1082 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -10 lines) Patch
M src/cmd/gc/subr.c View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/cmd/ld/lib.c View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/debug/goobj/read.go View 1 2 3 4 5 chunks +58 lines, -8 lines 0 comments Download
A src/pkg/debug/goobj/read_test.go View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 10
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 3 months ago (2013-12-18 21:00:55 UTC) #1
bradfitz
No test? I thought part of the whole linker+compiler in Go plan was, as refactoring, ...
11 years, 3 months ago (2013-12-18 21:17:08 UTC) #2
rsc
There really is a test! It's the only test in this whole package so far. ...
11 years, 3 months ago (2013-12-18 21:48:59 UTC) #3
rsc
Hello r@golang.org, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 3 months ago (2013-12-18 21:49:21 UTC) #4
iant
LGTM
11 years, 3 months ago (2013-12-18 21:51:13 UTC) #5
bradfitz
LGTM hah :)
11 years, 3 months ago (2013-12-18 21:51:28 UTC) #6
r
https://codereview.appspot.com/43480049/diff/60001/src/pkg/debug/goobj/read.go File src/pkg/debug/goobj/read.go (right): https://codereview.appspot.com/43480049/diff/60001/src/pkg/debug/goobj/read.go#newcode209 src/pkg/debug/goobj/read.go:209: if c := s[r]; c <= ' ' || ...
11 years, 3 months ago (2013-12-18 21:53:42 UTC) #7
rsc
Hello r@golang.org, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 3 months ago (2013-12-18 21:59:50 UTC) #8
r
LGTM
11 years, 3 months ago (2013-12-18 22:05:48 UTC) #9
rsc
11 years, 3 months ago (2013-12-19 00:00:56 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=8bb79d542532 ***

debug/goobj: expand package prefix correctly

R=r, bradfitz
CC=golang-dev
https://codereview.appspot.com/43480049
Sign in to reply to this message.

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