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

Issue 3000183002: Fix ClassElement.allSupertypes to include interfaces of mixins (issue 29767) (Closed)

Created:
3 years, 4 months ago by Brian Wilkerson
Modified:
3 years, 4 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix ClassElement.allSupertypes to include interfaces of mixins (issue 29767) R=jmesserly@google.com Committed: https://github.com/dart-lang/sdk/commit/ebe2ce681e50e6d8f40c4c2c233de6c93a214706

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -9 lines) Patch
M pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/element/element.dart View 1 1 chunk +3 lines, -6 lines 0 comments Download
M pkg/analyzer/test/src/dart/element/element_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Brian Wilkerson
Note that this also changes some of the types being added so that they carry ...
3 years, 4 months ago (2017-08-17 21:50:24 UTC) #2
Jennifer Messerly
one question, otherwise lgtm! Yeah it doesn't look like allSupertypes is used except by: pkg/analysis_server/lib/src/services/completion/dart/inherited_reference_contributor.dart ...
3 years, 4 months ago (2017-08-17 21:57:29 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/3000183002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/3000183002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode1164 pkg/analyzer/lib/src/dart/element/element.dart:1164: for (InterfaceType type in type.interfaces) { Is it still ...
3 years, 4 months ago (2017-08-17 22:49:25 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/3000183002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/3000183002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode1164 pkg/analyzer/lib/src/dart/element/element.dart:1164: for (InterfaceType type in type.interfaces) { On 2017/08/17 22:49:25, ...
3 years, 4 months ago (2017-08-17 23:14:39 UTC) #5
Brian Wilkerson
Updated, ptal
3 years, 4 months ago (2017-08-18 00:36:07 UTC) #6
Jennifer Messerly
lgtm++ !
3 years, 4 months ago (2017-08-18 01:32:35 UTC) #7
Brian Wilkerson
3 years, 4 months ago (2017-08-18 14:30:10 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ebe2ce681e50e6d8f40c4c2c233de6c93a214706 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698