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

Issue 9655024: Also create abstract fields for top-level getters and setters. (Closed)

Created:
8 years, 9 months ago by ngeoffray
Modified:
8 years, 9 months ago
Reviewers:
karlklose, ahe
CC:
reviews_dartlang.org, floitsch, Lasse Reichstein Nielsen, kasperl
Visibility:
Public.

Description

Also create abstract fields for top-level getters and setters. Committed: https://code.google.com/p/dart/source/detail?r=5232

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -46 lines) Patch
M frog/leg/elements/elements.dart View 1 2 5 chunks +53 lines, -45 lines 0 comments Download
M tests/language/language-leg.status View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
8 years, 9 months ago (2012-03-09 10:10:23 UTC) #1
karlklose
LGTM. https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart File frog/leg/elements/elements.dart (right): https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart#newcode162 frog/leg/elements/elements.dart:162: void handleGetterOrSetter(Element element, Call it addGetterOrSetter instead? https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart#newcode167 ...
8 years, 9 months ago (2012-03-09 10:20:54 UTC) #2
ahe
Initial comments. https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart File frog/leg/elements/elements.dart (right): https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart#newcode69 frog/leg/elements/elements.dart:69: ElementCategory.VARIABLE); // TODO(ahe): Sb. NONE. I think ...
8 years, 9 months ago (2012-03-09 10:22:07 UTC) #3
ngeoffray
Thanks Peter and Karl https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart File frog/leg/elements/elements.dart (right): https://chromiumcodereview.appspot.com/9655024/diff/1/frog/leg/elements/elements.dart#newcode69 frog/leg/elements/elements.dart:69: ElementCategory.VARIABLE); // TODO(ahe): Sb. NONE. ...
8 years, 9 months ago (2012-03-09 13:05:56 UTC) #4
ngeoffray
PTAL, I had to test whether the existing getter/setter is the one we're trying to ...
8 years, 9 months ago (2012-03-09 13:16:33 UTC) #5
karlklose
8 years, 9 months ago (2012-03-09 13:19:26 UTC) #6
On 2012/03/09 13:16:33, ngeoffray wrote:
> PTAL, I had to test whether the existing getter/setter is the one we're trying
> to add, to make it work with how we populate library elements.

Still LGTM.

Powered by Google App Engine
This is Rietveld 408576698