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

Issue 252693006: Fix for 18468- T << Type where T is a type parameter and Type is the type Type from dart.core (Closed)

Created:
6 years, 7 months ago by jwren
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Fix for 18468- T << Type where T is a type parameter and Type is the type Type from dart.core R=brianwilkerson@google.com, scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=35501

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase and code review change #

Total comments: 1

Messages

Total messages: 8 (0 generated)
jwren
6 years, 7 months ago (2014-04-28 21:47:34 UTC) #1
Brian Wilkerson
LGTM
6 years, 7 months ago (2014-04-28 21:58:55 UTC) #2
scheglov
LGTM https://codereview.chromium.org/252693006/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java (right): https://codereview.chromium.org/252693006/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java#newcode145 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java:145: LibraryElement libraryOfS = sElement != null ? sElement.getLibrary() ...
6 years, 7 months ago (2014-04-28 21:59:38 UTC) #3
jwren
https://codereview.chromium.org/252693006/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java (right): https://codereview.chromium.org/252693006/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java#newcode145 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/TypeParameterTypeImpl.java:145: LibraryElement libraryOfS = sElement != null ? sElement.getLibrary() : ...
6 years, 7 months ago (2014-04-28 22:09:30 UTC) #4
jwren
Committed patchset #2 manually as r35501 (presubmit successful).
6 years, 7 months ago (2014-04-28 22:10:21 UTC) #5
karlklose
I think this is wrong: the issue of 18468 is that resolution does not correctly ...
6 years, 7 months ago (2014-04-30 09:42:40 UTC) #6
Nathan Collins
collinsn@google.com changed reviewers: + collinsn@google.com
6 years, 3 months ago (2014-08-27 00:21:39 UTC) #7
Nathan Collins
6 years, 3 months ago (2014-08-27 00:21:39 UTC) #8
Message was sent while issue was closed.
See https://codereview.chromium.org/513563002 for a revert of the buggy
is-more-specific-than additions here and better fix for Issue 18468 by assigning
the static type [Type] to type parameters used as expressions.

Powered by Google App Engine
This is Rietveld 408576698