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

Issue 491993002: Don't recompile dependency executables that haven't changed. (Closed)

Created:
6 years, 4 months ago by nweiz
Modified:
6 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Don't recompile dependency executables that haven't changed. R=rnystrom@google.com BUG=20482 Committed: https://code.google.com/p/dart/source/detail?r=39441

Patch Set 1 #

Patch Set 2 : Fix a test #

Total comments: 16

Patch Set 3 : Code review changes #

Patch Set 4 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -34 lines) Patch
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 2 3 6 chunks +48 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/solver/solve_report.dart View 1 2 3 3 chunks +2 lines, -10 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/solver/version_solver.dart View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source_registry.dart View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
A + sdk/lib/_internal/pub/test/snapshot/doesnt_resnapshot_when_a_dependency_is_unchanged_test.dart View 1 2 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
nweiz
6 years, 4 months ago (2014-08-20 20:11:49 UTC) #1
Bob Nystrom
https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode164 sdk/lib/_internal/pub/lib/src/entrypoint.dart:164: if (!sdkMatches) changed = null; Document this. https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode206 sdk/lib/_internal/pub/lib/src/entrypoint.dart:206: ...
6 years, 4 months ago (2014-08-20 20:33:00 UTC) #2
nweiz
Code review changes
6 years, 4 months ago (2014-08-20 20:59:35 UTC) #3
nweiz
https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode164 sdk/lib/_internal/pub/lib/src/entrypoint.dart:164: if (!sdkMatches) changed = null; On 2014/08/20 20:33:00, Bob ...
6 years, 4 months ago (2014-08-20 20:59:40 UTC) #4
Bob Nystrom
https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/solver/version_solver.dart File sdk/lib/_internal/pub/lib/src/solver/version_solver.dart (right): https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/solver/version_solver.dart#newcode80 sdk/lib/_internal/pub/lib/src/solver/version_solver.dart:80: /// This includes packages that were added or removed. ...
6 years, 4 months ago (2014-08-20 21:40:52 UTC) #5
nweiz
Code review changes
6 years, 4 months ago (2014-08-20 23:53:40 UTC) #6
nweiz
https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/solver/version_solver.dart File sdk/lib/_internal/pub/lib/src/solver/version_solver.dart (right): https://codereview.chromium.org/491993002/diff/20001/sdk/lib/_internal/pub/lib/src/solver/version_solver.dart#newcode80 sdk/lib/_internal/pub/lib/src/solver/version_solver.dart:80: /// This includes packages that were added or removed. ...
6 years, 4 months ago (2014-08-20 23:53:44 UTC) #7
Bob Nystrom
lgtm
6 years, 4 months ago (2014-08-21 00:03:06 UTC) #8
nweiz
6 years, 4 months ago (2014-08-21 01:28:51 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as 39441 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698