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

Issue 3000843002: Add dependencies to type variables used in the super type declaration, but do (Closed)

Created:
3 years, 4 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 4 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add dependencies to type variables used in the super type declaration, but do not do so recursively (the enclosing fuction is supposed to only record direct, and not recursive dependencies). R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/cf43d4603c88f1c055f92a634deb1d6ba30fa4fc

Patch Set 1 #

Total comments: 2

Patch Set 2 : v2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -5 lines) Patch
M pkg/compiler/lib/src/deferred_load.dart View 1 2 chunks +2 lines, -4 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 3 chunks +3 lines, -1 line 0 comments Download
A tests/compiler/dart2js_extra/deferred/interface_type_variable_lib.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download
A tests/compiler/dart2js_extra/deferred/interface_type_variable_test.dart View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Siggi Cherem (dart-lang)
3 years, 4 months ago (2017-08-11 21:34:00 UTC) #2
sra1
lgtm https://codereview.chromium.org/3000843002/diff/1/pkg/compiler/lib/src/deferred_load.dart File pkg/compiler/lib/src/deferred_load.dart (right): https://codereview.chromium.org/3000843002/diff/1/pkg/compiler/lib/src/deferred_load.dart#newcode464 pkg/compiler/lib/src/deferred_load.dart:464: elements.add(type.element.implementation); I think we need types from all ...
3 years, 4 months ago (2017-08-11 21:55:47 UTC) #3
Siggi Cherem (dart-lang)
thanks https://codereview.chromium.org/3000843002/diff/1/pkg/compiler/lib/src/deferred_load.dart File pkg/compiler/lib/src/deferred_load.dart (right): https://codereview.chromium.org/3000843002/diff/1/pkg/compiler/lib/src/deferred_load.dart#newcode464 pkg/compiler/lib/src/deferred_load.dart:464: elements.add(type.element.implementation); On 2017/08/11 21:55:46, sra1 wrote: > I ...
3 years, 4 months ago (2017-08-11 22:08:15 UTC) #5
Siggi Cherem (dart-lang)
3 years, 4 months ago (2017-08-11 22:11:31 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:60001) manually as
cf43d4603c88f1c055f92a634deb1d6ba30fa4fc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698