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

Issue 3009953003: Store actual Reference(s) for additional exports. (Closed)

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

Description

Patch Set 1 : Konstantin's original CL 3008763002. #

Patch Set 2 : Use references, but keep JSON hacks for errors and void/dynamic. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -67 lines) Patch
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 1 3 chunks +57 lines, -25 lines 2 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 3 chunks +23 lines, -17 lines 1 comment Download
D pkg/front_end/test/fasta/ambiguous_export_test.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M pkg/front_end/test/src/incremental/kernel_driver_test.dart View 1 chunk +21 lines, -5 lines 0 comments Download
M pkg/front_end/testcases/ambiguous_exports.dart.direct.expect View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/ambiguous_exports.dart.outline.expect View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/ambiguous_exports.dart.strong.expect View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/export_main.dart.direct.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/testcases/export_main.dart.outline.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/testcases/export_main.dart.strong.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/testcases/export_test.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/export_test.dart.outline.expect View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/front_end/testcases/export_test.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/rasta/export.dart.direct.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/testcases/rasta/export.dart.outline.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/testcases/rasta/export.dart.strong.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/kernel/binary.md View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/kernel/lib/ast.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/ast_from_binary.dart View 2 chunks +12 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/limited_ast_to_binary.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/kernel/lib/import_table.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/kernel/lib/text/ast_to_text.dart View 1 chunk +28 lines, -0 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
ahe
Notice that the VM changes have already been reviewed. The first patch set is what ...
3 years, 3 months ago (2017-09-01 11:35:37 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/3009953003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart File pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart (right): https://codereview.chromium.org/3009953003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart#newcode55 pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart:55: Map<String, String> additionalExports; Rename this to [unserializableExports] to ...
3 years, 3 months ago (2017-09-01 12:32:32 UTC) #3
ahe
https://codereview.chromium.org/3009953003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart File pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart (right): https://codereview.chromium.org/3009953003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart#newcode55 pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart:55: Map<String, String> additionalExports; On 2017/09/01 12:32:32, Johnni Winther wrote: ...
3 years, 3 months ago (2017-09-01 14:05:39 UTC) #4
scheglov
lgtm
3 years, 3 months ago (2017-09-01 14:10:57 UTC) #5
ahe
3 years, 3 months ago (2017-09-01 14:30:52 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b460a25459fa261fac1c4c548bcf43c4e23a897f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698