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

Issue 2929103002: Include uriToSource from dill-based libraries in output (Closed)

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

Description

Include uriToSource from dill-based libraries in output. R=ahe@google.com Committed: https://github.com/dart-lang/sdk/commit/2042128817a6a4558b8241831f0a901bac07f266

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 3 chunks +5 lines, -1 line 3 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Johnni Winther
3 years, 6 months ago (2017-06-09 12:04:31 UTC) #2
ahe
LGTM Note that "external library" normally has a very specific different meaning in this context, ...
3 years, 6 months ago (2017-06-09 12:09:50 UTC) #3
Johnni Winther
Committed patchset #1 (id:1) manually as 2042128817a6a4558b8241831f0a901bac07f266 (presubmit successful).
3 years, 6 months ago (2017-06-09 12:11:53 UTC) #6
scheglov
Could you please describe the problem you're solving? https://codereview.chromium.org/2929103002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_loader.dart File pkg/front_end/lib/src/fasta/dill/dill_loader.dart (right): https://codereview.chromium.org/2929103002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_loader.dart#newcode19 pkg/front_end/lib/src/fasta/dill/dill_loader.dart:19: /// ...
3 years, 6 months ago (2017-06-09 15:32:56 UTC) #8
Johnni Winther
On 2017/06/09 15:32:56, scheglov wrote: > Could you please describe the problem you're solving? > ...
3 years, 6 months ago (2017-06-09 15:42:04 UTC) #9
Johnni Winther
https://codereview.chromium.org/2929103002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_loader.dart File pkg/front_end/lib/src/fasta/dill/dill_loader.dart (right): https://codereview.chromium.org/2929103002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_loader.dart#newcode37 pkg/front_end/lib/src/fasta/dill/dill_loader.dart:37: uriToSource.addAll(program.uriToSource); On 2017/06/09 15:32:56, scheglov wrote: > We're adding ...
3 years, 6 months ago (2017-06-09 15:46:23 UTC) #10
Johnni Winther
3 years, 6 months ago (2017-06-09 15:46:23 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2929103002/diff/1/pkg/front_end/lib/src/fasta...
File pkg/front_end/lib/src/fasta/dill/dill_loader.dart (right):

https://codereview.chromium.org/2929103002/diff/1/pkg/front_end/lib/src/fasta...
pkg/front_end/lib/src/fasta/dill/dill_loader.dart:37:
uriToSource.addAll(program.uriToSource);
On 2017/06/09 15:32:56, scheglov wrote:
> We're adding only some libraries, why do we add ALL sources?

To ensure soundness. It would of course be an optimization to find only the
needed sources.

Powered by Google App Engine
This is Rietveld 408576698