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

Issue 1583613002: Create LibraryElement.loadLibrary during resynth. (Closed)

Created:
4 years, 11 months ago by scheglov
Modified:
4 years, 11 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Create LibraryElement.loadLibrary during resynth. R=paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/0d8a31e0a6008b15427fd5d47cfeb13a960f7622

Patch Set 1 #

Total comments: 3

Patch Set 2 : Create 'loadLibrary()' for dart:core too. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M pkg/analyzer/lib/src/summary/resynthesize.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 1 1 chunk +5 lines, -0 lines 1 comment Download
M pkg/analyzer/test/src/summary/resynthesize_test.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 11 months ago (2016-01-12 22:35:49 UTC) #1
Paul Berry
https://codereview.chromium.org/1583613002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/1583613002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode718 pkg/analyzer/lib/src/summary/resynthesize.dart:718: if (!isCoreLibrary) { This seems like a bug. The ...
4 years, 11 months ago (2016-01-13 16:07:49 UTC) #2
scheglov
PTAL https://codereview.chromium.org/1583613002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/1583613002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode718 pkg/analyzer/lib/src/summary/resynthesize.dart:718: if (!isCoreLibrary) { On 2016/01/13 16:07:49, Paul Berry ...
4 years, 11 months ago (2016-01-13 16:51:54 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/1583613002/diff/20001/pkg/analyzer/test/generated/resolver_test.dart File pkg/analyzer/test/generated/resolver_test.dart (right): https://codereview.chromium.org/1583613002/diff/20001/pkg/analyzer/test/generated/resolver_test.dart#newcode411 pkg/analyzer/test/generated/resolver_test.dart:411: coreLibrary.createLoadLibraryFunction(context.typeProvider); Nit: why not just loop over the ...
4 years, 11 months ago (2016-01-13 16:53:38 UTC) #4
scheglov
4 years, 11 months ago (2016-01-13 17:35:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0d8a31e0a6008b15427fd5d47cfeb13a960f7622 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698