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

Issue 2926933002: Skip directly to the last library to set the entry point and check importUri (Closed)

Created:
3 years, 6 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 6 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Skip directly to the last library to set the entry point and check importUri instead of fileUri. On some scenarios fileUri is relative and entryUri was absolute, but importUri should match for the entry library. BUG= R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/cb5f3842c4518cd7427256bb2cefc4e36b73e729

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -12 lines) Patch
M pkg/front_end/example/incremental_reload/compiler_with_invalidation.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 1 1 chunk +8 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Siggi Cherem (dart-lang)
3 years, 6 months ago (2017-06-07 21:24:17 UTC) #3
scheglov
Thank you for fixing the URI problem. https://codereview.chromium.org/2926933002/diff/20001/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart File pkg/front_end/lib/src/incremental_kernel_generator_impl.dart (right): https://codereview.chromium.org/2926933002/diff/20001/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart#newcode140 pkg/front_end/lib/src/incremental_kernel_generator_impl.dart:140: var entryLibrary ...
3 years, 6 months ago (2017-06-07 21:31:16 UTC) #4
Siggi Cherem (dart-lang)
thanks! https://codereview.chromium.org/2926933002/diff/20001/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart File pkg/front_end/lib/src/incremental_kernel_generator_impl.dart (right): https://codereview.chromium.org/2926933002/diff/20001/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart#newcode140 pkg/front_end/lib/src/incremental_kernel_generator_impl.dart:140: var entryLibrary = program.libraries.last; On 2017/06/07 21:31:16, scheglov ...
3 years, 6 months ago (2017-06-07 21:36:11 UTC) #5
scheglov
https://codereview.chromium.org/2926933002/diff/20001/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart File pkg/front_end/lib/src/incremental_kernel_generator_impl.dart (right): https://codereview.chromium.org/2926933002/diff/20001/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart#newcode140 pkg/front_end/lib/src/incremental_kernel_generator_impl.dart:140: var entryLibrary = program.libraries.last; On 2017/06/07 21:36:10, Siggi Cherem ...
3 years, 6 months ago (2017-06-07 21:38:43 UTC) #6
Siggi Cherem (dart-lang)
PTAL - updated to look at the last cycle only
3 years, 6 months ago (2017-06-07 21:45:04 UTC) #7
scheglov
LGTM
3 years, 6 months ago (2017-06-07 21:47:10 UTC) #8
Siggi Cherem (dart-lang)
3 years, 6 months ago (2017-06-07 21:50:10 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
cb5f3842c4518cd7427256bb2cefc4e36b73e729 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698