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

Issue 3003913002: Expose getInterfaceMembers method through ClassHierarchy. (Closed)

Created:
3 years, 3 months ago by Paul Berry
Modified:
3 years, 3 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Expose getInterfaceMembers method through ClassHierarchy. The front end will need to use this method to iterate through the interface of a class in order to determine when to create forwarding stubs. The functionality already exists; this CL merely exposes it and adds tests. R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/41dcc04a80b1c8c74c9bd08a92915bd239a89dd0

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -12 lines) Patch
M pkg/kernel/lib/class_hierarchy.dart View 2 chunks +11 lines, -8 lines 0 comments Download
M pkg/kernel/lib/src/incremental_class_hierarchy.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/kernel/test/class_hierarchy_test.dart View 1 3 chunks +262 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
I only need a review from one of you.
3 years, 3 months ago (2017-08-25 20:05:34 UTC) #2
scheglov
LGTM https://codereview.chromium.org/3003913002/diff/1/pkg/kernel/test/class_hierarchy_test.dart File pkg/kernel/test/class_hierarchy_test.dart (right): https://codereview.chromium.org/3003913002/diff/1/pkg/kernel/test/class_hierarchy_test.dart#newcode1028 pkg/kernel/test/class_hierarchy_test.dart:1028: unorderedEquals([ We could extract the lists of super ...
3 years, 3 months ago (2017-08-25 20:15:21 UTC) #3
Paul Berry
https://codereview.chromium.org/3003913002/diff/1/pkg/kernel/test/class_hierarchy_test.dart File pkg/kernel/test/class_hierarchy_test.dart (right): https://codereview.chromium.org/3003913002/diff/1/pkg/kernel/test/class_hierarchy_test.dart#newcode1028 pkg/kernel/test/class_hierarchy_test.dart:1028: unorderedEquals([ On 2017/08/25 20:15:20, scheglov wrote: > We could ...
3 years, 3 months ago (2017-08-25 20:56:40 UTC) #4
Paul Berry
3 years, 3 months ago (2017-08-25 20:57:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
41dcc04a80b1c8c74c9bd08a92915bd239a89dd0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698