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

Issue 2762863002: Issue 28580. Relax instantiate to bounds. (Closed)

Created:
3 years, 9 months ago by scheglov
Modified:
3 years, 9 months ago
Reviewers:
Leaf, Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Issue 28580. Relax instantiate to bounds. This feature works only with the new analysis driver, because it is implemented only in summaries linker. R=brianwilkerson@google.com, leafp@google.com BUG= https://github.com/dart-lang/sdk/issues/28580 Committed: https://github.com/dart-lang/sdk/commit/ef527a9bdef02534817fcb2cada5b3d4cef34c97

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -88 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/library_analyzer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/element/type.dart View 2 chunks +32 lines, -0 lines 5 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 1 chunk +3 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/strong_mode_test.dart View 1 chunk +88 lines, -21 lines 0 comments Download
M pkg/analyzer/test/src/summary/element_text.dart View 1 chunk +4 lines, -4 lines 1 comment Download
M pkg/analyzer/test/src/summary/resynthesize_ast_test.dart View 6 chunks +27 lines, -17 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/inferred_type_test.dart View 3 chunks +131 lines, -29 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
scheglov
3 years, 9 months ago (2017-03-21 01:10:12 UTC) #1
Leaf
https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/lib/src/dart/element/type.dart File pkg/analyzer/lib/src/dart/element/type.dart (right): https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/lib/src/dart/element/type.dart#newcode2497 pkg/analyzer/lib/src/dart/element/type.dart:2497: return true; This should only return true for other ...
3 years, 9 months ago (2017-03-21 04:58:42 UTC) #2
scheglov
https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/lib/src/dart/element/type.dart File pkg/analyzer/lib/src/dart/element/type.dart (right): https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/lib/src/dart/element/type.dart#newcode2497 pkg/analyzer/lib/src/dart/element/type.dart:2497: return true; On 2017/03/21 04:58:42, Leaf wrote: > This ...
3 years, 9 months ago (2017-03-21 05:42:00 UTC) #3
Leaf
lgtm https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/lib/src/dart/element/type.dart File pkg/analyzer/lib/src/dart/element/type.dart (right): https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/lib/src/dart/element/type.dart#newcode2497 pkg/analyzer/lib/src/dart/element/type.dart:2497: return true; On 2017/03/21 05:42:00, scheglov wrote: > ...
3 years, 9 months ago (2017-03-21 13:24:54 UTC) #4
Brian Wilkerson
lgtm https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/test/src/summary/element_text.dart File pkg/analyzer/test/src/summary/element_text.dart (right): https://codereview.chromium.org/2762863002/diff/1/pkg/analyzer/test/src/summary/element_text.dart#newcode112 pkg/analyzer/test/src/summary/element_text.dart:112: if (actualText != expected) { Did you intend ...
3 years, 9 months ago (2017-03-21 13:39:56 UTC) #5
scheglov
3 years, 9 months ago (2017-03-21 15:56:35 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ef527a9bdef02534817fcb2cada5b3d4cef34c97 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698