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

Issue 548603002: Use the VM to detect when a precompiled executable is out-of-date. (Closed)

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

Description

Use the VM to detect when a precompiled executable is out-of-date. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=39938

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code review changes #

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -100 lines) Patch
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/executable.dart View 1 2 2 chunks +46 lines, -31 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/global_packages.dart View 1 2 3 chunks +5 lines, -13 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/utils.dart View 1 1 chunk +4 lines, -1 line 0 comments Download
A sdk/lib/_internal/pub/test/asset/out-of-date.snapshot View Binary file 0 comments Download
M sdk/lib/_internal/pub/test/descriptor.dart View 2 chunks +8 lines, -0 lines 0 comments Download
D sdk/lib/_internal/pub/test/global/activate/snaphots_hosted_executables_test.dart View 1 chunk +0 lines, -46 lines 0 comments Download
M sdk/lib/_internal/pub/test/global/activate/snapshots_git_executables_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/global/activate/snapshots_hosted_executables_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/global/run/recompiles_if_sdk_is_out_of_date_test.dart View 2 chunks +1 line, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/snapshot/recompiles_if_the_sdk_is_out_of_date_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nweiz
6 years, 3 months ago (2014-09-05 18:23:22 UTC) #1
Bob Nystrom
https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode167 sdk/lib/_internal/pub/lib/src/entrypoint.dart:167: // TODO(nweiz): Use the VM to check this when ...
6 years, 3 months ago (2014-09-05 21:37:00 UTC) #2
nweiz
Code review changes
6 years, 3 months ago (2014-09-05 22:10:51 UTC) #3
nweiz
https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode167 sdk/lib/_internal/pub/lib/src/entrypoint.dart:167: // TODO(nweiz): Use the VM to check this when ...
6 years, 3 months ago (2014-09-05 22:10:57 UTC) #4
Bob Nystrom
lgtm https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/executable.dart File sdk/lib/_internal/pub/lib/src/executable.dart (right): https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/executable.dart#newcode165 sdk/lib/_internal/pub/lib/src/executable.dart:165: return Process.start(Platform.executable, vmArgs).then((process) { On 2014/09/05 22:10:57, nweiz ...
6 years, 3 months ago (2014-09-05 22:25:54 UTC) #5
nweiz
Code review changes
6 years, 3 months ago (2014-09-05 23:24:57 UTC) #6
nweiz
https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/executable.dart File sdk/lib/_internal/pub/lib/src/executable.dart (right): https://codereview.chromium.org/548603002/diff/1/sdk/lib/_internal/pub/lib/src/executable.dart#newcode165 sdk/lib/_internal/pub/lib/src/executable.dart:165: return Process.start(Platform.executable, vmArgs).then((process) { On 2014/09/05 22:25:54, Bob Nystrom ...
6 years, 3 months ago (2014-09-05 23:25:01 UTC) #7
nweiz
6 years, 3 months ago (2014-09-05 23:25:19 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 39938 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698