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

Issue 2710943006: Make patch_sdk step invoke fasta's compile_platform to generate patched_sdk/platform.dill. (Closed)

Created:
3 years, 10 months ago by Vyacheslav Egorov (Google)
Modified:
3 years, 8 months ago
Reviewers:
ahe, kustermann
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make patch_sdk step invoke fasta's compile_platform to generate patched_sdk/platform.dill. This is where Kernel isolate expects to find it currently. This is a preparation for flipping DFE_USE_FASTA to true. R=ahe@google.com, kustermann@google.com Committed: https://github.com/dart-lang/sdk/commit/80c3247f99651a15bbdee93d3af950bceacb00bf

Patch Set 1 #

Patch Set 2 : Add kernel and front_end to dependencies #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -22 lines) Patch
M pkg/front_end/lib/src/fasta/compile_platform.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/compiler_command_line.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M runtime/vm/BUILD.gn View 1 3 chunks +19 lines, -0 lines 1 comment Download
M runtime/vm/vm.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M tools/patch_sdk.dart View 4 chunks +17 lines, -18 lines 5 comments Download

Messages

Total messages: 11 (2 generated)
Vyacheslav Egorov (Google)
Please take a look.
3 years, 10 months ago (2017-02-23 15:20:46 UTC) #2
ahe
lgtm I'm not sure why you needed to implement --packages for compile-platform.
3 years, 10 months ago (2017-02-23 15:27:10 UTC) #3
kustermann
LGTM https://codereview.chromium.org/2710943006/diff/20001/tools/patch_sdk.dart File tools/patch_sdk.dart (right): https://codereview.chromium.org/2710943006/diff/20001/tools/patch_sdk.dart#newcode22 tools/patch_sdk.dart:22: if (argv.length != 5 || (!argv.isEmpty && argv.first ...
3 years, 10 months ago (2017-02-23 15:59:39 UTC) #4
Vyacheslav Egorov (Google)
Committed patchset #2 (id:20001) manually as 80c3247f99651a15bbdee93d3af950bceacb00bf (presubmit successful).
3 years, 10 months ago (2017-02-23 16:12:50 UTC) #6
kustermann
https://codereview.chromium.org/2710943006/diff/20001/runtime/vm/BUILD.gn File runtime/vm/BUILD.gn (right): https://codereview.chromium.org/2710943006/diff/20001/runtime/vm/BUILD.gn#newcode416 runtime/vm/BUILD.gn:416: kernel_sources = exec_script("../../tools/list_dart_files.py", These exec_script things have just broken ...
3 years, 9 months ago (2017-03-02 12:14:14 UTC) #7
ahe
Thank you, Martin. This is a todo in my inbox: "Are we actually depending on ...
3 years, 9 months ago (2017-03-02 12:23:49 UTC) #8
kustermann
Talked with Slava offline. He'll see if the "depfile" feature of GN is enough for ...
3 years, 9 months ago (2017-03-02 12:40:48 UTC) #9
ahe
Martin, how does this break the build bots? I thought they ran gclient runhooks which ...
3 years, 9 months ago (2017-03-02 12:43:27 UTC) #10
kustermann
3 years, 9 months ago (2017-03-02 12:59:55 UTC) #11
Message was sent while issue was closed.
This is a question for zachary/bill. I don't know why the runhooks didn't solve
it for the bot.

Powered by Google App Engine
This is Rietveld 408576698