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

Issue 3009503002: Start trying to compile platform from unpatched sources. (Closed)

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

Description

Start trying to compile platform from unpatched sources. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/37d3c369d89644fa1c86e642cfe2e1c7b39a091d

Patch Set 1 #

Total comments: 10

Patch Set 2 : Add todo and update copyright. #

Patch Set 3 : Merged with 340957c8b0febfaa166b4c50495bd960cdd9ed40. #

Patch Set 4 : Add LibraryBuilder.isPatch. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -50 lines) Patch
M pkg/front_end/lib/src/fasta/builder/library_builder.dart View 1 2 3 1 chunk +2 lines, -0 lines 1 comment Download
M pkg/front_end/lib/src/fasta/loader.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A pkg/front_end/test/fasta/compile_platform_test.dart View 1 1 chunk +61 lines, -0 lines 0 comments Download
D sdk/lib/dart_server.json View 1 chunk +0 lines, -20 lines 0 comments Download
D sdk/lib/dart_server.yaml View 1 chunk +0 lines, -30 lines 0 comments Download
A sdk/lib/libraries.json View 1 chunk +129 lines, -0 lines 0 comments Download
A sdk/lib/libraries.yaml View 1 chunk +129 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
ahe
3 years, 4 months ago (2017-08-24 14:49:21 UTC) #2
Siggi Cherem (dart-lang)
some suggestions below, but otherwise lgtm https://codereview.chromium.org/3009503002/diff/1/pkg/front_end/test/fasta/compile_platform_test.dart File pkg/front_end/test/fasta/compile_platform_test.dart (right): https://codereview.chromium.org/3009503002/diff/1/pkg/front_end/test/fasta/compile_platform_test.dart#newcode23 pkg/front_end/test/fasta/compile_platform_test.dart:23: await compilePlatform(<String>[ Alternatively, ...
3 years, 4 months ago (2017-08-24 19:27:02 UTC) #3
ahe
Thank you, Siggi. I've uploaded a new patch set, but not really addressed any of ...
3 years, 4 months ago (2017-08-25 08:45:51 UTC) #5
Siggi Cherem (dart-lang)
lgtm, thanks for clarifying. https://codereview.chromium.org/3009503002/diff/1/pkg/front_end/test/fasta/compile_platform_test.dart File pkg/front_end/test/fasta/compile_platform_test.dart (right): https://codereview.chromium.org/3009503002/diff/1/pkg/front_end/test/fasta/compile_platform_test.dart#newcode23 pkg/front_end/test/fasta/compile_platform_test.dart:23: await compilePlatform(<String>[ On 2017/08/25 08:45:51, ...
3 years, 3 months ago (2017-08-25 14:41:48 UTC) #6
ahe
Committed patchset #4 (id:80001) manually as 37d3c369d89644fa1c86e642cfe2e1c7b39a091d (presubmit successful).
3 years, 3 months ago (2017-08-29 14:09:31 UTC) #8
ahe
3 years, 3 months ago (2017-08-29 14:13:34 UTC) #9
Message was sent while issue was closed.
Thank you, Siggi!

https://codereview.chromium.org/3009503002/diff/80001/pkg/front_end/lib/src/f...
File pkg/front_end/lib/src/fasta/builder/library_builder.dart (right):

https://codereview.chromium.org/3009503002/diff/80001/pkg/front_end/lib/src/f...
pkg/front_end/lib/src/fasta/builder/library_builder.dart:73: bool get isPatch =>
false;
Had to add this before committing.

Powered by Google App Engine
This is Rietveld 408576698