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

Issue 147743005: classes with call-methods were not recognized as Functions. (Closed)

Created:
6 years, 10 months ago by floitsch
Modified:
6 years, 10 months ago
CC:
reviews_dartlang.org, karlklose, Brian Wilkerson
Visibility:
Public.

Description

classes with call-methods were not recognized as Functions. Also fixes similar issue (classes with 'call' getter were recognized as Function). BUG= http://dartbug.com/16401 R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=32252

Patch Set 1 #

Patch Set 2 : A classelement can't be a typedef. #

Total comments: 2

Patch Set 3 : Address comment. #

Total comments: 4

Patch Set 4 : Address comments. #

Patch Set 5 : Forgot to update analyzer2 status file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -3 lines) Patch
M sdk/lib/_internal/compiler/implementation/dart_types.dart View 1 chunk +8 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart View 1 chunk +6 lines, -1 line 0 comments Download
A tests/language/function_propagation_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A tests/language/function_type_call_getter2_test.dart View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A tests/language/function_type_call_getter_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
floitsch
6 years, 10 months ago (2014-01-31 17:17:56 UTC) #1
ngeoffray
DBC https://codereview.chromium.org/147743005/diff/30001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/147743005/diff/30001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode910 sdk/lib/_internal/compiler/implementation/elements/elements.dart:910: /// Returns true if `this` implements [intrface]. if ...
6 years, 10 months ago (2014-01-31 23:32:41 UTC) #2
floitsch
https://codereview.chromium.org/147743005/diff/30001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/147743005/diff/30001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode910 sdk/lib/_internal/compiler/implementation/elements/elements.dart:910: /// Returns true if `this` implements [intrface]. On 2014/01/31 ...
6 years, 10 months ago (2014-01-31 23:36:23 UTC) #3
Johnni Winther
lgtm https://codereview.chromium.org/147743005/diff/80001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/147743005/diff/80001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode910 sdk/lib/_internal/compiler/implementation/elements/elements.dart:910: /// Returns true if `this` exlicitly/nominally implements [intrface]. ...
6 years, 10 months ago (2014-02-03 08:27:25 UTC) #4
floitsch
https://codereview.chromium.org/147743005/diff/80001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/147743005/diff/80001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode910 sdk/lib/_internal/compiler/implementation/elements/elements.dart:910: /// Returns true if `this` exlicitly/nominally implements [intrface]. On ...
6 years, 10 months ago (2014-02-03 17:43:20 UTC) #5
floitsch
6 years, 10 months ago (2014-02-03 17:44:29 UTC) #6
floitsch
6 years, 10 months ago (2014-02-03 17:45:11 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r32252 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698