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

Issue 2742333006: Move patch file generation to fasta. (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Extract method. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -80 lines) Patch
M pkg/front_end/lib/src/fasta/compile_platform.dart View 2 chunks +14 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/fasta.dart View 2 chunks +43 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 chunk +16 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/vm.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tools/patch_sdk.dart View 1 5 chunks +30 lines, -67 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 8 (3 generated)
ahe
3 years, 9 months ago (2017-03-15 12:56:49 UTC) #2
ahe
Updated CL description: it's deps file, not patch file.
3 years, 9 months ago (2017-03-15 12:57:27 UTC) #4
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2742333006/diff/1/tools/patch_sdk.dart File tools/patch_sdk.dart (right): https://codereview.chromium.org/2742333006/diff/1/tools/patch_sdk.dart#newcode48 tools/patch_sdk.dart:48: try { With such a gigantic try { ...
3 years, 9 months ago (2017-03-15 13:43:59 UTC) #5
ahe
Committed patchset #2 (id:20001) manually as a228e0b2d7bf337f0e4ab5bff8e0fdd82dd4edeb (presubmit successful).
3 years, 9 months ago (2017-03-15 14:42:30 UTC) #7
ahe
3 years, 8 months ago (2017-03-31 15:05:02 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/2742333006/diff/1/tools/patch_sdk.dart
File tools/patch_sdk.dart (right):

https://codereview.chromium.org/2742333006/diff/1/tools/patch_sdk.dart#newcode48
tools/patch_sdk.dart:48: try {
On 2017/03/15 13:43:59, Vyacheslav Egorov (Google) wrote:
> With such a gigantic try { } finally { } it might be better to split it like
> this:
> 
> Future main(List<String> argv) async {
>   var port = new ...;
>   try {
>     return mainImpl(argv, port);
>   } finally {
>     port.close();
>   }
> }

Done.

Powered by Google App Engine
This is Rietveld 408576698