Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Issue 10914215: Issue 5049. Consistently resolve instance/static/top-level property access (Closed)

Created:
8 years, 3 months ago by scheglov
Modified:
8 years, 3 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org, messick
Visibility:
Public.

Description

Issue 5049. Consistently resolve instance/static/top-level property access print(x) = getter x += 1 = getter x++ = getter ++x = getter x = 1 = setter R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=12231

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -74 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Elements.java View 2 chunks +7 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 3 chunks +12 lines, -9 lines 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 4 chunks +16 lines, -15 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 3 chunks +233 lines, -50 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
8 years, 3 months ago (2012-09-11 22:07:30 UTC) #1
Brian Wilkerson
LGTM as far as resolving the original issue, but I have a higher level concern. ...
8 years, 3 months ago (2012-09-11 22:22:43 UTC) #2
scheglov
Agree, it was not easy to choose one or other. We could attempt to don't ...
8 years, 3 months ago (2012-09-11 22:33:02 UTC) #3
Brian Wilkerson
8 years, 3 months ago (2012-09-11 23:23:52 UTC) #4
> So, may be NOT commit this?

I think you should go ahead and commit this, but add a warning in the issue when
you resolve it that we're considering alternatives. Then we can think about it
when we have more time.

Powered by Google App Engine
This is Rietveld 408576698