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

Issue 10379049: code review 10379049: go.tools/go/types: simplified lookup (Closed)

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

Description

go.tools/go/types: simplified lookup - much simpler lookup - more result information - will make tracking of pointer-ness easier TODO: apply the same changes to method set computation

Patch Set 1 #

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

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

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

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

Total comments: 6

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -105 lines) Patch
M go/types/builtins.go View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M go/types/expr.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M go/types/gcimporter.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M go/types/lookup.go View 1 2 3 4 5 6 chunks +100 lines, -100 lines 0 comments Download
M go/types/testdata/decls2a.src View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
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.tools
11 years, 11 months ago (2013-06-19 04:31:42 UTC) #1
adonovan
LGTM https://codereview.appspot.com/10379049/diff/11001/go/types/lookup.go File go/types/lookup.go (right): https://codereview.appspot.com/10379049/diff/11001/go/types/lookup.go#newcode13 go/types/lookup.go:13: // The last index entry is the field ...
11 years, 11 months ago (2013-06-19 17:52:15 UTC) #2
gri
https://codereview.appspot.com/10379049/diff/11001/go/types/lookup.go File go/types/lookup.go (right): https://codereview.appspot.com/10379049/diff/11001/go/types/lookup.go#newcode13 go/types/lookup.go:13: // The last index entry is the field or ...
11 years, 11 months ago (2013-06-19 19:28:47 UTC) #3
gri
11 years, 11 months ago (2013-06-19 19:29:20 UTC) #4
*** Submitted as
https://code.google.com/p/go/source/detail?r=f40ac11d013b&repo=tools ***

go.tools/go/types: simplified lookup

- much simpler lookup
- more result information
- will make tracking of pointer-ness easier

TODO: apply the same changes to method set computation

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

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