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

Issue 7312093: code review 7312093: go/types: Pkg *Package field for all objects (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by gri
Modified:
12 years, 4 months ago
Reviewers:
CC:
adonovan, golang-dev
Visibility:
Public.

Description

go/types: Pkg *Package field for all objects The field is nil for predeclared (universe) objects and parameter/result variables.

Patch Set 1 #

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

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

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

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

Total comments: 4

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -35 lines) Patch
M src/pkg/go/types/check.go View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/go/types/check_test.go View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/go/types/gcimporter.go View 1 2 3 4 5 6 8 chunks +18 lines, -14 lines 0 comments Download
M src/pkg/go/types/objects.go View 1 2 3 7 chunks +17 lines, -5 lines 0 comments Download
M src/pkg/go/types/resolve.go View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M src/pkg/go/types/resolver_test.go View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/go/types/stmt.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/types/universe.go View 1 2 3 2 chunks +13 lines, -4 lines 0 comments Download

Messages

Total messages: 5
gri
Hello adonovan@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 4 months ago (2013-02-13 04:50:17 UTC) #1
adonovan
LGTM. This is all very straightforward. https://codereview.appspot.com/7312093/diff/6001/src/pkg/go/types/objects.go File src/pkg/go/types/objects.go (right): https://codereview.appspot.com/7312093/diff/6001/src/pkg/go/types/objects.go#newcode17 src/pkg/go/types/objects.go:17: GetPkg() *Package Under ...
12 years, 4 months ago (2013-02-13 04:57:57 UTC) #2
gri
Let's discuss this tomorrow in detail. - gri https://codereview.appspot.com/7312093/diff/6001/src/pkg/go/types/objects.go File src/pkg/go/types/objects.go (right): https://codereview.appspot.com/7312093/diff/6001/src/pkg/go/types/objects.go#newcode17 src/pkg/go/types/objects.go:17: GetPkg() ...
12 years, 4 months ago (2013-02-13 05:04:04 UTC) #3
adonovan
On 13 February 2013 00:04, <gri@golang.org> wrote: > Let's discuss this tomorrow in detail. > ...
12 years, 4 months ago (2013-02-13 05:06:35 UTC) #4
gri
12 years, 4 months ago (2013-02-18 22:41:06 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=c11d4d0da2ba ***

go/types: Pkg *Package field for all objects

The field is nil for predeclared (universe)
objects and parameter/result variables.

R=adonovan
CC=golang-dev
https://codereview.appspot.com/7312093
Sign in to reply to this message.

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