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

Issue 1073983003: Make invalid to override method names for local nested functions (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 invalid to override method names for local nested functions BUG= http://dartbug.com/19129 R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=45123

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -12 lines) Patch
M pkg/compiler/lib/src/resolution/members.dart View 1 2 1 chunk +10 lines, -12 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +1 line, -0 lines 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 2 chunks +96 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Siggi Cherem (dart-lang)
5 years, 8 months ago (2015-04-10 00:37:29 UTC) #2
Johnni Winther
https://codereview.chromium.org/1073983003/diff/20001/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1073983003/diff/20001/pkg/compiler/lib/src/resolution/members.dart#newcode2504 pkg/compiler/lib/src/resolution/members.dart:2504: name, node, ElementKind.FUNCTION, modifiers, enclosingElement); The .isFinal property means ...
5 years, 8 months ago (2015-04-10 11:49:43 UTC) #4
Siggi Cherem (dart-lang)
Thanks Johnni, PTAL https://codereview.chromium.org/1073983003/diff/20001/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1073983003/diff/20001/pkg/compiler/lib/src/resolution/members.dart#newcode2504 pkg/compiler/lib/src/resolution/members.dart:2504: name, node, ElementKind.FUNCTION, modifiers, enclosingElement); On ...
5 years, 8 months ago (2015-04-11 00:12:21 UTC) #7
Siggi Cherem (dart-lang)
FYI, this might not be entirely done. I ran all the co19 tests and run ...
5 years, 8 months ago (2015-04-11 01:34:59 UTC) #8
Johnni Winther
On 2015/04/11 01:34:59, Siggi Cherem (dart-lang) wrote: > FYI, this might not be entirely done. ...
5 years, 8 months ago (2015-04-13 09:41:02 UTC) #9
Johnni Winther
LGTM https://codereview.chromium.org/1073983003/diff/80001/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1073983003/diff/80001/pkg/compiler/lib/src/resolution/members.dart#newcode3002 pkg/compiler/lib/src/resolution/members.dart:3002: assert(!target.isSetter); On 2015/04/11 00:12:21, Siggi Cherem (dart-lang) wrote: ...
5 years, 8 months ago (2015-04-13 09:41:09 UTC) #10
Siggi Cherem (dart-lang)
On 2015/04/13 09:41:02, Johnni Winther wrote: > On 2015/04/11 01:34:59, Siggi Cherem (dart-lang) wrote: > ...
5 years, 8 months ago (2015-04-13 23:49:24 UTC) #11
Siggi Cherem (dart-lang)
5 years, 8 months ago (2015-04-13 23:50:05 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:100001) manually as 45123 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698