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

Issue 2924713002: Replace ClassHierarchy.classes with getOrderedClasses(). (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Tweak the comment. #

Total comments: 3

Patch Set 3 : Update getOrderedClasses() to return only given classes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -15 lines) Patch
M pkg/kernel/lib/class_hierarchy.dart View 1 2 2 chunks +11 lines, -5 lines 0 comments Download
M pkg/kernel/lib/src/incremental_class_hierarchy.dart View 1 2 5 chunks +12 lines, -9 lines 0 comments Download
M pkg/kernel/lib/transformations/insert_covariance_checks.dart View 1 chunk +5 lines, -1 line 0 comments Download
M pkg/kernel/test/class_hierarchy_test.dart View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
scheglov
3 years, 6 months ago (2017-06-05 21:39:14 UTC) #1
Paul Berry
lgtm assuming Kevin or Siggi agrees https://codereview.chromium.org/2924713002/diff/1/pkg/kernel/lib/src/incremental_class_hierarchy.dart File pkg/kernel/lib/src/incremental_class_hierarchy.dart (right): https://codereview.chromium.org/2924713002/diff/1/pkg/kernel/lib/src/incremental_class_hierarchy.dart#newcode633 pkg/kernel/lib/src/incremental_class_hierarchy.dart:633: /// unique identifiers ...
3 years, 6 months ago (2017-06-05 21:59:23 UTC) #2
scheglov
https://codereview.chromium.org/2924713002/diff/1/pkg/kernel/lib/src/incremental_class_hierarchy.dart File pkg/kernel/lib/src/incremental_class_hierarchy.dart (right): https://codereview.chromium.org/2924713002/diff/1/pkg/kernel/lib/src/incremental_class_hierarchy.dart#newcode633 pkg/kernel/lib/src/incremental_class_hierarchy.dart:633: /// unique identifiers (ascending order), or `null` if the ...
3 years, 6 months ago (2017-06-05 22:01:33 UTC) #3
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2924713002/diff/20001/pkg/kernel/lib/class_hierarchy.dart File pkg/kernel/lib/class_hierarchy.dart (right): https://codereview.chromium.org/2924713002/diff/20001/pkg/kernel/lib/class_hierarchy.dart#newcode143 pkg/kernel/lib/class_hierarchy.dart:143: Iterable<Class> getOrderedClasses(Iterable<Class> unordered) => classes; mmm - It seems ...
3 years, 6 months ago (2017-06-06 00:15:21 UTC) #4
scheglov
PTAL https://codereview.chromium.org/2924713002/diff/20001/pkg/kernel/lib/class_hierarchy.dart File pkg/kernel/lib/class_hierarchy.dart (right): https://codereview.chromium.org/2924713002/diff/20001/pkg/kernel/lib/class_hierarchy.dart#newcode143 pkg/kernel/lib/class_hierarchy.dart:143: Iterable<Class> getOrderedClasses(Iterable<Class> unordered) => classes; On 2017/06/06 00:15:21, ...
3 years, 6 months ago (2017-06-06 01:33:27 UTC) #5
Siggi Cherem (dart-lang)
lgtm. Given that Kevin is OOO, I'm OK submitting and if Kevin has comments we ...
3 years, 6 months ago (2017-06-06 03:03:44 UTC) #6
scheglov
Committed patchset #3 (id:40001) manually as 8ec1f95af620a18cf5f926febd3c7196527912c8 (presubmit successful).
3 years, 6 months ago (2017-06-06 03:23:20 UTC) #8
ahe
3 years, 6 months ago (2017-06-06 11:56:15 UTC) #9
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698