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

Issue 2895983002: Read SDK and patches from a JSON file. (Closed)

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

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : Rebased on 46a6fab34757a68ffc98a289ada7b4a05c189a72. #

Patch Set 3 : Address comments and fix uses of TranslateUri. #

Total comments: 2

Patch Set 4 : Merged with 1333f97b9a0e3805f991578ef83b0ec4553ecf33 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -462 lines) Patch
M pkg/compiler/lib/src/kernel/fasta_support.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/base/processed_options.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/compile_platform.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/fasta.dart View 1 2 4 chunks +8 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 2 3 4 chunks +11 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/loader.dart View 1 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/diet_listener.dart View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 1 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 2 3 chunks +8 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/target_implementation.dart View 1 2 chunks +11 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/translate_uri.dart View 1 2 3 chunks +52 lines, -70 lines 0 comments Download
M pkg/front_end/test/fasta/shaker_test.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/test/fasta/testing/suite.dart View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M pkg/front_end/test/fasta/translate_uri_test.dart View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M pkg/front_end/test/src/incremental/file_state_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
D pkg/front_end/tool/_fasta/generate_dart_libraries.dart View 1 chunk +0 lines, -12 lines 0 comments Download
M pkg/kernel/test/closures/suite.dart View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
M pkg/kernel/test/interpreter/suite.dart View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
D runtime/vm/libraries.json View 1 2 1 chunk +0 lines, -162 lines 0 comments Download
D runtime/vm/libraries.yaml View 1 2 1 chunk +0 lines, -159 lines 0 comments Download
M tools/patch_sdk.dart View 6 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
ahe
This is ready for review, but I also need your help: Siggi: could you help ...
3 years, 7 months ago (2017-05-22 15:33:54 UTC) #3
Vyacheslav Egorov (Google)
If you want to declare this file as input to other targets then you need ...
3 years, 7 months ago (2017-05-22 15:59:15 UTC) #4
Siggi Cherem (dart-lang)
I didn't know you were about to do this, I was also working on this ...
3 years, 7 months ago (2017-05-22 16:21:16 UTC) #5
ahe
Thank you for taking a look, Siggi! On 2017/05/22 16:21:16, Siggi Cherem (dart-lang) wrote: > ...
3 years, 7 months ago (2017-05-22 16:26:47 UTC) #6
ahe
Siggi, I think I've addressed your comments. PTAL. https://codereview.chromium.org/2895983002/diff/20001/pkg/front_end/lib/src/fasta/kernel/body_builder.dart File pkg/front_end/lib/src/fasta/kernel/body_builder.dart (right): https://codereview.chromium.org/2895983002/diff/20001/pkg/front_end/lib/src/fasta/kernel/body_builder.dart#newcode877 pkg/front_end/lib/src/fasta/kernel/body_builder.dart:877: member?.name ...
3 years, 7 months ago (2017-05-24 16:09:46 UTC) #7
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2895983002/diff/60001/pkg/front_end/lib/src/fasta/source/source_library_builder.dart File pkg/front_end/lib/src/fasta/source/source_library_builder.dart (right): https://codereview.chromium.org/2895983002/diff/60001/pkg/front_end/lib/src/fasta/source/source_library_builder.dart#newcode155 pkg/front_end/lib/src/fasta/source/source_library_builder.dart:155: Uri newFileUri; when newFileUri is null is the ...
3 years, 7 months ago (2017-05-24 16:24:04 UTC) #8
ahe
Thank you, Siggi. https://codereview.chromium.org/2895983002/diff/60001/pkg/front_end/lib/src/fasta/source/source_library_builder.dart File pkg/front_end/lib/src/fasta/source/source_library_builder.dart (right): https://codereview.chromium.org/2895983002/diff/60001/pkg/front_end/lib/src/fasta/source/source_library_builder.dart#newcode155 pkg/front_end/lib/src/fasta/source/source_library_builder.dart:155: Uri newFileUri; On 2017/05/24 16:24:04, Siggi ...
3 years, 7 months ago (2017-05-24 16:51:41 UTC) #9
Siggi Cherem (dart-lang)
On 2017/05/24 16:51:41, ahe wrote: > Thank you, Siggi. > > https://codereview.chromium.org/2895983002/diff/60001/pkg/front_end/lib/src/fasta/source/source_library_builder.dart > File pkg/front_end/lib/src/fasta/source/source_library_builder.dart ...
3 years, 7 months ago (2017-05-24 16:53:08 UTC) #10
ahe
Alex, FYI
3 years, 7 months ago (2017-05-24 21:10:46 UTC) #11
ahe
3 years, 7 months ago (2017-05-25 13:58:05 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:80001) manually as
27761fd369b26f0b0c85fbd81172dda52bb2ae13 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698