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

Issue 2228083002: Make API signature based only on unlinked data. (Closed)

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

Description

Make API signature based only on unlinked data. Note that this is safe because linked data can be fully derived from unlinked data. This should make it more useful for the PubSummaryManager, which only stores unlinked data at the moment. R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/1229cb7ee92aa7adae283a9af4d4da0082c029e9

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -18 lines) Patch
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 8 chunks +35 lines, -18 lines 2 comments Download
M pkg/analyzer/test/src/summary/linker_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
4 years, 4 months ago (2016-08-09 17:02:43 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2228083002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart File pkg/analyzer/lib/src/summary/summarize_elements.dart (right): https://codereview.chromium.org/2228083002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart#newcode251 pkg/analyzer/lib/src/summary/summarize_elements.dart:251: for (String unitUri in _unlinkedUnitUris.toList()..sort()) { It's probably ...
4 years, 4 months ago (2016-08-09 17:12:36 UTC) #3
Paul Berry
https://codereview.chromium.org/2228083002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart File pkg/analyzer/lib/src/summary/summarize_elements.dart (right): https://codereview.chromium.org/2228083002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart#newcode251 pkg/analyzer/lib/src/summary/summarize_elements.dart:251: for (String unitUri in _unlinkedUnitUris.toList()..sort()) { On 2016/08/09 17:12:36, ...
4 years, 4 months ago (2016-08-09 17:18:02 UTC) #4
Paul Berry
4 years, 4 months ago (2016-08-09 17:18:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1229cb7ee92aa7adae283a9af4d4da0082c029e9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698