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

Issue 2882893002: Store Typedef(s) in kernel when parsing with Fasta, deserilize in DillLibraryBuilder. (Closed)

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

Description

Store Typedef(s) in kernel when parsing with Fasta, deserilize in DillLibraryBuilder. R=ahe@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/dd62ad5d7781fa1097d20f8a0ca4c9ec87ab03d7

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add the new file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -23 lines) Patch
M pkg/analyzer/lib/src/fasta/element_store.dart View 2 chunks +23 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/fasta/mock_element.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 3 chunks +8 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/front_end/lib/src/fasta/dill/dill_typedef_builder.dart View 1 1 chunk +47 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart View 5 chunks +28 lines, -19 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/front_end/test/incremental_kernel_generator_test.dart View 1 chunk +25 lines, -0 lines 0 comments Download
M pkg/front_end/testcases/covariant_generic.dart.outline.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/generic_methods_infer_generic_function_parameter_type.dart.strong.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/generic_methods_infer_generic_function_parameter_type2.dart.strong.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/generic_methods_infer_generic_function_return_type.dart.strong.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/lambda_return_type.dart.direct.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/lambda_return_type.dart.outline.expect View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/lambda_return_type.dart.strong.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/type_promotion_ignores_local_functions.dart.direct.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/type_promotion_ignores_local_functions.dart.outline.expect View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/front_end/testcases/inference/type_promotion_ignores_local_functions.dart.strong.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/rasta/malformed_function_type.dart.outline.expect View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/front_end/testcases/rasta/type_literals.dart.outline.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/rasta/typedef.dart.outline.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/rasta/unresolved_for_in.dart.outline.expect View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/testcases/typedef.dart.direct.expect View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/testcases/typedef.dart.outline.expect View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
3 years, 7 months ago (2017-05-14 22:25:17 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/2882893002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart File pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart (right): https://codereview.chromium.org/2882893002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart#newcode52 pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart:52: var typedef = new Typedef(name, type); Can we ...
3 years, 7 months ago (2017-05-14 22:30:38 UTC) #2
scheglov
https://codereview.chromium.org/2882893002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart File pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart (right): https://codereview.chromium.org/2882893002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart#newcode52 pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart:52: var typedef = new Typedef(name, type); On 2017/05/14 22:30:38, ...
3 years, 7 months ago (2017-05-14 22:41:58 UTC) #3
scheglov
3 years, 7 months ago (2017-05-15 00:52:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
dd62ad5d7781fa1097d20f8a0ca4c9ec87ab03d7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698