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

Issue 174250043: code review 174250043: debug/goobj: move to cmd/internal/goobj (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by rsc
Modified:
9 years, 6 months ago
Reviewers:
dsymonds, adg1
CC:
adg, adg1, dsymonds, golang-codereviews
Visibility:
Public.

Description

debug/goobj: move to cmd/internal/goobj debug/goobj is not ready to be published but it is needed for the various binary-reading commands. Move to cmd/internal/goobj. (The Go 1.3 release branch deleted it, but that's not an option anymore due to the command dependencies. The API is still not vetted nor terribly well designed.)

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M src/cmd/internal/goobj/read.go View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/cmd/internal/goobj/read_test.go View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/cmd/internal/objfile/goobj.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/auto.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/auto_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/dead.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/dead_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/layout.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/link_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/pclntab.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/pclntab_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/prog.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/runtime.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/link/scan.go View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello adg (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 6 months ago (2014-11-17 01:44:07 UTC) #1
adg1
What about the other commands that use this? I don't see them in this CL
9 years, 6 months ago (2014-11-17 01:46:22 UTC) #2
adg1
What about the other commands that use this? I don't see them in this CL
9 years, 6 months ago (2014-11-17 01:46:22 UTC) #3
rsc
I think I got it all. Things like cmd/addr2line use it only via cmd/internal/objfile, not ...
9 years, 6 months ago (2014-11-17 01:49:02 UTC) #4
adg1
LGTM On Mon Nov 17 2014 at 12:49:03 PM Russ Cox <rsc@golang.org> wrote: > I ...
9 years, 6 months ago (2014-11-17 01:49:57 UTC) #5
dsymonds
LGTM On 2014/11/17 01:46:22, adg1 wrote: > What about the other commands that use this? ...
9 years, 6 months ago (2014-11-17 01:50:30 UTC) #6
rsc
9 years, 6 months ago (2014-11-17 01:52:51 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=c16349455e05 ***

debug/goobj: move to cmd/internal/goobj

debug/goobj is not ready to be published but it is
needed for the various binary-reading commands.
Move to cmd/internal/goobj.

(The Go 1.3 release branch deleted it, but that's not
an option anymore due to the command dependencies.
The API is still not vetted nor terribly well designed.)

LGTM=adg, dsymonds
R=adg, dsymonds
CC=golang-codereviews
https://codereview.appspot.com/174250043
Sign in to reply to this message.

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