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

Issue 2723113002: Consolidate analyzer dependencies. (Closed)

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

Description

Consolidate analyzer dependencies. This allows us to create a smaller .dill file for Fasta. R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/6176847e36f85fa4fec6c7394ae356c6cef9a89d

Patch Set 1 #

Total comments: 3

Patch Set 2 : Remove new dependency on AsyncMarker. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -306 lines) Patch
A pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart View 1 chunk +63 lines, -0 lines 0 comments Download
A pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart View 1 1 chunk +35 lines, -0 lines 0 comments Download
A pkg/front_end/lib/src/fasta/analyzer/analyzer_loader.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A pkg/front_end/lib/src/fasta/analyzer/analyzer_target.dart View 1 1 chunk +24 lines, -0 lines 0 comments Download
A + pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart View 1 chunk +2 lines, -2 lines 0 comments Download
D pkg/front_end/lib/src/fasta/ast_kind.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D pkg/front_end/lib/src/fasta/bin/kompile.dart View 1 chunk +0 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/bin/run.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compile_platform.dart View 2 chunks +1 line, -3 lines 0 comments Download
D pkg/front_end/lib/src/fasta/compile_platform_dartk.dart View 1 chunk +0 lines, -119 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 2 chunks +1 line, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 3 chunks +6 lines, -10 lines 0 comments Download
M pkg/front_end/lib/src/fasta/loader.dart View 3 chunks +3 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/outline.dart View 4 chunks +57 lines, -64 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/keyword.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/source/diet_listener.dart View 1 6 chunks +6 lines, -30 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_loader.dart View 6 chunks +6 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/target.dart View 2 chunks +1 line, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/testing/suite.dart View 4 chunks +13 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/util/link_implementation.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/test/subpackage_relationships_test.dart View 3 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/tool/fasta_perf.dart View 2 chunks +1 line, -2 lines 0 comments Download
M utils/kernel-service/kernel-service.dart View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
ahe
I only need a review from one of you. https://codereview.chromium.org/2723113002/diff/20001/pkg/front_end/test/subpackage_relationships_test.dart File pkg/front_end/test/subpackage_relationships_test.dart (right): https://codereview.chromium.org/2723113002/diff/20001/pkg/front_end/test/subpackage_relationships_test.dart#newcode104 pkg/front_end/test/subpackage_relationships_test.dart:104: ...
3 years, 9 months ago (2017-03-01 16:07:00 UTC) #3
ahe
Before: 4.8M After: 1.7M That's a reduction by 65% :-D
3 years, 9 months ago (2017-03-01 16:27:06 UTC) #4
Paul Berry
lgtm https://codereview.chromium.org/2723113002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart File pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart (right): https://codereview.chromium.org/2723113002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart#newcode56 pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart:56: main(List<String> arguments) async { As I mentioned in ...
3 years, 9 months ago (2017-03-01 21:56:31 UTC) #5
ahe
Thank you, Paul! https://codereview.chromium.org/2723113002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart File pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart (right): https://codereview.chromium.org/2723113002/diff/20001/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart#newcode56 pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart:56: main(List<String> arguments) async { On 2017/03/01 ...
3 years, 9 months ago (2017-03-02 11:41:50 UTC) #6
ahe
3 years, 9 months ago (2017-03-02 11:59:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
6176847e36f85fa4fec6c7394ae356c6cef9a89d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698