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

Issue 1559963002: Use List<String> for combinators in summaries. (Closed)

Created:
4 years, 11 months ago by Paul Berry
Modified:
4 years, 11 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

Use List<String> for combinators in summaries. Now that summaries can contain List<String>, there's no need to use a list of an intermediate data structure. R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/8991b1c58d5310ce37ccbfac461894ce85c38932

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -109 lines) Patch
M pkg/analyzer/lib/src/summary/format.dart View 4 chunks +11 lines, -53 lines 0 comments Download
M pkg/analyzer/lib/src/summary/public_namespace_computer.dart View 1 chunk +2 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 1 chunk +0 lines, -2 lines 2 comments Download
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 1 chunk +2 lines, -9 lines 0 comments Download
M pkg/analyzer/test/src/summary/summary_test.dart View 5 chunks +8 lines, -26 lines 0 comments Download
M pkg/analyzer/tool/summary/idl.dart View 1 chunk +2 lines, -13 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
4 years, 11 months ago (2016-01-04 17:18:28 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1559963002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/1559963002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode352 pkg/analyzer/lib/src/summary/resynthesize.dart:352: .toList(); AFAIK it is List already.
4 years, 11 months ago (2016-01-04 17:21:50 UTC) #3
Paul Berry
https://codereview.chromium.org/1559963002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/1559963002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode352 pkg/analyzer/lib/src/summary/resynthesize.dart:352: .toList(); On 2016/01/04 17:21:50, scheglov wrote: > AFAIK it ...
4 years, 11 months ago (2016-01-04 18:07:51 UTC) #4
Paul Berry
4 years, 11 months ago (2016-01-04 18:11:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8991b1c58d5310ce37ccbfac461894ce85c38932 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698