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

Issue 3009573002: Serialize exports scopes. (Closed)

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

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Update status file for rasta/export.dart #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -4 lines) Patch
M pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 4 chunks +53 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 2 chunks +9 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_invalid_type_builder.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 2 chunks +10 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 3 chunks +20 lines, -0 lines 0 comments Download
M pkg/front_end/messages.yaml View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/front_end/testcases/export_test.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/export_test.dart.direct.expect View 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/export_test.dart.outline.expect View 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/export_test.dart.strong.expect View 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/front_end/testcases/outline.status View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
ahe
3 years, 3 months ago (2017-08-25 10:59:01 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/3009573002/diff/1/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/3009573002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart#newcode150 pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart:150: Uri originUri = Uri.parse(additionalExport[0]); Test `additionalExport[0]` for `null`. ...
3 years, 3 months ago (2017-08-25 11:20:42 UTC) #3
ahe
Johnni, thank you for catching those bugs. As we discussed offline, I'll land the CL ...
3 years, 3 months ago (2017-08-25 11:53:14 UTC) #4
ahe
Committed patchset #2 (id:20001) manually as aff5d768d79d8b3059feae250a58769dd473f5d3 (presubmit successful).
3 years, 3 months ago (2017-08-25 11:54:21 UTC) #6
Siggi Cherem (dart-lang)
awesome, thanks for fixing this so quickly! LGTM It would also be nice to add ...
3 years, 3 months ago (2017-08-25 14:30:44 UTC) #7
Siggi Cherem (dart-lang)
3 years, 3 months ago (2017-08-25 18:50:18 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/3009573002/diff/1/pkg/front_end/lib/src/fasta...
File pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart (right):

https://codereview.chromium.org/3009573002/diff/1/pkg/front_end/lib/src/fasta...
pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart:150: Uri originUri =
Uri.parse(additionalExport[0]);
On 2017/08/25 11:20:42, Johnni Winther wrote:
> Test `additionalExport[0]` for `null`. Uri.parse throws otherwise.

BTW - seems that flutter tools is hitting this already :(

Powered by Google App Engine
This is Rietveld 408576698