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

Issue 196063004: Move dart2js entrypoint detection into isPrimary. (Closed)

Created:
6 years, 9 months ago by nweiz
Modified:
6 years, 9 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move dart2js entrypoint detection into isPrimary. With https://codereview.chromium.org/196273003/, it matters less that isPrimary be as efficient as possible. This will also improve logging (see issue 17422) and make the lazy pipeline more accurate. R=rnystrom@google.com BUG=17422 Committed: https://code.google.com/p/dart/source/detail?r=33620

Patch Set 1 #

Patch Set 2 : use dart2js error messages #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -114 lines) Patch
M pkg/scheduled_test/lib/src/stream_matcher.dart View 1 11 chunks +60 lines, -38 lines 2 comments Download
M pkg/scheduled_test/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/scheduled_test/test/scheduled_stream/stream_matcher_test.dart View 1 2 chunks +14 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 1 2 chunks +54 lines, -57 lines 2 comments Download
M sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart View 1 2 chunks +21 lines, -10 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
6 years, 9 months ago (2014-03-12 03:23:38 UTC) #1
Bob Nystrom
lgtm
6 years, 9 months ago (2014-03-12 18:08:25 UTC) #2
nweiz
I realized that this was causing some of pub's error-validation tests to fail. I ended ...
6 years, 9 months ago (2014-03-12 20:41:25 UTC) #3
Bob Nystrom
LGTM! https://codereview.chromium.org/196063004/diff/20001/pkg/scheduled_test/lib/src/stream_matcher.dart File pkg/scheduled_test/lib/src/stream_matcher.dart (right): https://codereview.chromium.org/196063004/diff/20001/pkg/scheduled_test/lib/src/stream_matcher.dart#newcode26 pkg/scheduled_test/lib/src/stream_matcher.dart:26: StreamMatcher(); Is this needed? https://codereview.chromium.org/196063004/diff/20001/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart File sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart (right): ...
6 years, 9 months ago (2014-03-12 21:12:25 UTC) #4
nweiz
https://codereview.chromium.org/196063004/diff/20001/pkg/scheduled_test/lib/src/stream_matcher.dart File pkg/scheduled_test/lib/src/stream_matcher.dart (right): https://codereview.chromium.org/196063004/diff/20001/pkg/scheduled_test/lib/src/stream_matcher.dart#newcode26 pkg/scheduled_test/lib/src/stream_matcher.dart:26: StreamMatcher(); On 2014/03/12 21:12:25, Bob Nystrom wrote: > Is ...
6 years, 9 months ago (2014-03-12 21:49:06 UTC) #5
nweiz
6 years, 9 months ago (2014-03-12 21:52:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r33620 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698