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

Issue 2993093003: Add support for SDK outline in KernelDriver. (Closed)

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

Description

Add support for SDK outline in KernelDriver. I had to weaken file system createDirectory() to avoid conflicts when we re-create SDK, and attempt to re-recreate its directory. R=ahe@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/c28419bce0e2bbd615a63b874f37b32a8c0687c7

Patch Set 1 #

Total comments: 18

Patch Set 2 : Tweaks for review comments. #

Total comments: 2

Patch Set 3 : Skip only libraries present in the SDK outline. #

Patch Set 4 : Use summaryFor() instead of generateKernel(). #

Patch Set 5 : Merge and tweaks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -72 lines) Patch
M pkg/front_end/lib/memory_file_system.dart View 1 chunk +1 line, -5 lines 0 comments Download
M pkg/front_end/lib/src/incremental/file_state.dart View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/incremental/kernel_driver.dart View 1 2 7 chunks +40 lines, -1 line 0 comments Download
M pkg/front_end/test/memory_file_system_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/front_end/test/src/incremental/kernel_driver_test.dart View 1 2 3 4 3 chunks +54 lines, -10 lines 0 comments Download
M pkg/front_end/test/src/incremental/mock_sdk.dart View 1 2 3 4 4 chunks +58 lines, -55 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
scheglov
3 years, 4 months ago (2017-08-04 21:29:13 UTC) #1
Paul Berry
lgtm
3 years, 4 months ago (2017-08-04 22:24:39 UTC) #2
Siggi Cherem (dart-lang)
lgtm +aam for a question on vmservice below https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode340 pkg/front_end/lib/src/incremental/file_state.dart:340: // ...
3 years, 4 months ago (2017-08-05 03:22:47 UTC) #3
scheglov
https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode340 pkg/front_end/lib/src/incremental/file_state.dart:340: // We don't need to process SDK libraries if ...
3 years, 4 months ago (2017-08-06 21:04:06 UTC) #4
aam
https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode341 pkg/front_end/lib/src/incremental/file_state.dart:341: if (skipSdkLibraries && absoluteUri.isScheme('dart')) { On 2017/08/05 03:22:47, Siggi ...
3 years, 4 months ago (2017-08-07 14:41:34 UTC) #5
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode341 pkg/front_end/lib/src/incremental/file_state.dart:341: if (skipSdkLibraries && absoluteUri.isScheme('dart')) { On 2017/08/07 14:41:34, ...
3 years, 4 months ago (2017-08-07 15:29:52 UTC) #6
aam
https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode341 pkg/front_end/lib/src/incremental/file_state.dart:341: if (skipSdkLibraries && absoluteUri.isScheme('dart')) { On 2017/08/07 15:29:52, Siggi ...
3 years, 4 months ago (2017-08-07 15:42:11 UTC) #7
scheglov
https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode341 pkg/front_end/lib/src/incremental/file_state.dart:341: if (skipSdkLibraries && absoluteUri.isScheme('dart')) { On 2017/08/07 15:29:52, Siggi ...
3 years, 4 months ago (2017-08-07 15:51:26 UTC) #8
aam
https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode341 pkg/front_end/lib/src/incremental/file_state.dart:341: if (skipSdkLibraries && absoluteUri.isScheme('dart')) { On 2017/08/07 15:51:25, scheglov ...
3 years, 4 months ago (2017-08-07 16:04:39 UTC) #9
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2993093003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode341 pkg/front_end/lib/src/incremental/file_state.dart:341: if (skipSdkLibraries && absoluteUri.isScheme('dart')) { On 2017/08/07 15:51:25, scheglov ...
3 years, 4 months ago (2017-08-07 16:27:43 UTC) #10
scheglov
3 years, 4 months ago (2017-08-07 17:46:51 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
c28419bce0e2bbd615a63b874f37b32a8c0687c7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698