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

Issue 1842183002: Use standard TypeImpl classes during linking. (Closed)

Created:
4 years, 8 months ago by Paul Berry
Modified:
4 years, 8 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 standard TypeImpl classes during linking. The `...TypeForLink` classes weren't contributing any useful functionality, and removing them will make it easier to re-use code from the rest of the analyzer. R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/c8fb5078d0c0f1e0e7ac22960a0f2aff218afaf1

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -88 lines) Patch
M pkg/analyzer/lib/src/summary/link.dart View 25 chunks +71 lines, -88 lines 2 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
4 years, 8 months ago (2016-03-30 19:38:01 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1842183002/diff/1/pkg/analyzer/lib/src/summary/link.dart File pkg/analyzer/lib/src/summary/link.dart (right): https://codereview.chromium.org/1842183002/diff/1/pkg/analyzer/lib/src/summary/link.dart#newcode294 pkg/analyzer/lib/src/summary/link.dart:294: return _type ??= new InterfaceTypeImpl.elementWithNameAndArgs( Maybe we should ...
4 years, 8 months ago (2016-03-30 19:54:15 UTC) #3
Paul Berry
https://codereview.chromium.org/1842183002/diff/1/pkg/analyzer/lib/src/summary/link.dart File pkg/analyzer/lib/src/summary/link.dart (right): https://codereview.chromium.org/1842183002/diff/1/pkg/analyzer/lib/src/summary/link.dart#newcode294 pkg/analyzer/lib/src/summary/link.dart:294: return _type ??= new InterfaceTypeImpl.elementWithNameAndArgs( On 2016/03/30 19:54:15, scheglov ...
4 years, 8 months ago (2016-03-30 19:59:53 UTC) #4
Paul Berry
4 years, 8 months ago (2016-03-30 20:02:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c8fb5078d0c0f1e0e7ac22960a0f2aff218afaf1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698