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

Issue 1963593003: Implement 'instantiate to bounds' feature in resynthesizer. (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixes for review comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -73 lines) Patch
M pkg/analyzer/lib/src/dart/element/type.dart View 1 4 chunks +33 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/summary/link.dart View 1 4 chunks +26 lines, -14 lines 1 comment Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 11 chunks +71 lines, -20 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_ast_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/inferred_type_test.dart View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 7 months ago (2016-05-09 21:10:24 UTC) #1
Paul Berry
https://codereview.chromium.org/1963593003/diff/1/pkg/analyzer/lib/src/dart/element/type.dart File pkg/analyzer/lib/src/dart/element/type.dart (right): https://codereview.chromium.org/1963593003/diff/1/pkg/analyzer/lib/src/dart/element/type.dart#newcode1155 pkg/analyzer/lib/src/dart/element/type.dart:1155: typeArguments = null; It seems weird to go through ...
4 years, 7 months ago (2016-05-09 21:26:36 UTC) #2
scheglov
PTAL https://codereview.chromium.org/1963593003/diff/1/pkg/analyzer/lib/src/summary/link.dart File pkg/analyzer/lib/src/summary/link.dart (right): https://codereview.chromium.org/1963593003/diff/1/pkg/analyzer/lib/src/summary/link.dart#newcode2249 pkg/analyzer/lib/src/summary/link.dart:2249: if (linker.strongMode && typeParameter.bound != null) { On ...
4 years, 7 months ago (2016-05-10 02:42:42 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/1963593003/diff/20001/pkg/analyzer/lib/src/summary/link.dart File pkg/analyzer/lib/src/summary/link.dart (right): https://codereview.chromium.org/1963593003/diff/20001/pkg/analyzer/lib/src/summary/link.dart#newcode2252 pkg/analyzer/lib/src/summary/link.dart:2252: i < numTypeParameters) { I *think* this will ...
4 years, 7 months ago (2016-05-10 15:55:59 UTC) #4
scheglov
4 years, 7 months ago (2016-05-10 16:58:13 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
038478ea775445a621c6b892ea2ee8d83bc79ace (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698