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

Issue 1090923004: Make super.foo= erroneous if they are not assignable. (Closed)

Created:
5 years, 8 months ago by Siggi Cherem (dart-lang)
Modified:
5 years, 8 months ago
Reviewers:
Johnni Winther
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Make super.foo= erroneous if they are not assignable. R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=45250

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -4 lines) Patch
M pkg/compiler/lib/src/resolution/members.dart View 1 1 chunk +11 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/warnings.dart View 1 2 chunks +7 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 4 chunks +20 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
https://codereview.chromium.org/1090923004/diff/1/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1090923004/diff/1/pkg/compiler/lib/src/resolution/members.dart#newcode3016 pkg/compiler/lib/src/resolution/members.dart:3016: node.isSuperCall || node.isThisCall) { Remove `node.isThisCall`. It is not ...
5 years, 8 months ago (2015-04-17 12:17:37 UTC) #2
Siggi Cherem (dart-lang)
PTAL https://codereview.chromium.org/1090923004/diff/1/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1090923004/diff/1/pkg/compiler/lib/src/resolution/members.dart#newcode3016 pkg/compiler/lib/src/resolution/members.dart:3016: node.isSuperCall || node.isThisCall) { On 2015/04/17 12:17:37, Johnni ...
5 years, 8 months ago (2015-04-17 16:38:24 UTC) #4
Johnni Winther
lgtm https://codereview.chromium.org/1090923004/diff/1/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1090923004/diff/1/pkg/compiler/lib/src/resolution/members.dart#newcode3026 pkg/compiler/lib/src/resolution/members.dart:3026: if (node.isSuperCall) registry.registerSuperNoSuchMethod(); On 2015/04/17 16:38:24, Siggi Cherem ...
5 years, 8 months ago (2015-04-17 17:56:09 UTC) #5
Siggi Cherem (dart-lang)
5 years, 8 months ago (2015-04-17 18:34:36 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as 45250 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698