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

Issue 7024043: code review 7024043: go/types: remove most remaining uses of ast.Object from... (Closed)

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

Description

go/types: remove most remaining uses of ast.Object from exported API Also: Return first error whether an error handler is set in the context or not (bug fix).

Patch Set 1 #

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

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

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

Total comments: 6

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -40 lines) Patch
M src/pkg/go/types/check.go View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/go/types/errors.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/go/types/expr.go View 1 2 3 4 4 chunks +7 lines, -12 lines 0 comments Download
M src/pkg/go/types/gcimporter.go View 1 3 chunks +6 lines, -9 lines 0 comments Download
M src/pkg/go/types/predicates.go View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/pkg/go/types/stmt.go View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M src/pkg/go/types/types.go View 1 2 1 chunk +11 lines, -5 lines 0 comments Download
M src/pkg/go/types/universe.go View 1 1 chunk +1 line, -3 lines 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
12 years, 6 months ago (2012-12-28 23:13:15 UTC) #1
adonovan
LGTM https://codereview.appspot.com/7024043/diff/7001/src/pkg/go/types/expr.go File src/pkg/go/types/expr.go (right): https://codereview.appspot.com/7024043/diff/7001/src/pkg/go/types/expr.go#newcode62 src/pkg/go/types/expr.go:62: // keep the params list unchanged (this is ...
12 years, 6 months ago (2013-01-02 14:58:16 UTC) #2
gri
https://codereview.appspot.com/7024043/diff/7001/src/pkg/go/types/expr.go File src/pkg/go/types/expr.go (right): https://codereview.appspot.com/7024043/diff/7001/src/pkg/go/types/expr.go#newcode62 src/pkg/go/types/expr.go:62: // keep the params list unchanged (this is the ...
12 years, 6 months ago (2013-01-02 17:18:40 UTC) #3
gri
12 years, 6 months ago (2013-01-02 17:29:17 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=92bc35448c34 ***

go/types: remove most remaining uses of ast.Object from exported API

Also: Return first error whether an error handler is set in the
      context or not (bug fix).

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

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