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

Issue 2939743002: Use API signatures for library cycle signatures when possible. (Closed)

Created:
3 years, 6 months ago by scheglov
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use API signatures for library cycle signatures when possible. If there are mixin applications, we still have to use full content hashes. R=ahe@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/0912f3c6405e56c7ea9d52dfc49a3c53756aff3f

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -32 lines) Patch
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 10 chunks +80 lines, -27 lines 2 comments Download
M pkg/front_end/test/incremental_kernel_generator_test.dart View 3 chunks +75 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
3 years, 6 months ago (2017-06-13 17:53:42 UTC) #1
Paul Berry
https://codereview.chromium.org/2939743002/diff/1/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart File pkg/front_end/lib/src/incremental_kernel_generator_impl.dart (right): https://codereview.chromium.org/2939743002/diff/1/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart#newcode160 pkg/front_end/lib/src/incremental_kernel_generator_impl.dart:160: cycle.directUsers.forEach(gatherVmRequiredLibraryCycles); I think the VM needs the transitive closure ...
3 years, 6 months ago (2017-06-13 18:06:49 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/2939743002/diff/1/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart File pkg/front_end/lib/src/incremental_kernel_generator_impl.dart (right): https://codereview.chromium.org/2939743002/diff/1/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart#newcode160 pkg/front_end/lib/src/incremental_kernel_generator_impl.dart:160: cycle.directUsers.forEach(gatherVmRequiredLibraryCycles); On 2017/06/13 18:06:49, Paul Berry wrote: > ...
3 years, 6 months ago (2017-06-13 18:09:50 UTC) #3
scheglov
3 years, 6 months ago (2017-06-13 18:39:35 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0912f3c6405e56c7ea9d52dfc49a3c53756aff3f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698