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

Issue 17575018: Combine TYPE_ARGUMENT_VIOLATES_BOUNDS and TYPE_ARGUMENT_NOT_MATCHING_BOUNDS into TYPE_ARGUMENT_NOT_… (Closed)

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

Description

Combine TYPE_ARGUMENT_VIOLATES_BOUNDS and TYPE_ARGUMENT_NOT_MATCHING_BOUNDS into TYPE_ARGUMENT_NOT_MATCHING_BOUNDS, and cover remaining TypeName cases. R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=24435

Patch Set 1 #

Patch Set 2 : Javadoc nit #

Patch Set 3 : Rebase with bleeding_edge, including isSubtypeOf bug fix: https://codereview.chromium.org/17712003/ #

Patch Set 4 : Cleanup in ErrorVerifier #

Total comments: 4

Patch Set 5 : Address both comments #

Patch Set 6 : Rebase before commit #

Messages

Total messages: 5 (0 generated)
jwren
7 years, 6 months ago (2013-06-25 20:17:30 UTC) #1
Brian Wilkerson
LGTM with just a little clean-up https://codereview.chromium.org/17575018/diff/7001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/17575018/diff/7001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4001 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4001: if (node.getTypeArguments() == ...
7 years, 6 months ago (2013-06-25 21:10:49 UTC) #2
jwren
https://codereview.chromium.org/17575018/diff/7001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/17575018/diff/7001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4001 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4001: if (node.getTypeArguments() == null || node.getParent() instanceof TypeArgumentList Done. ...
7 years, 6 months ago (2013-06-25 22:04:51 UTC) #3
jwren
Committed patchset #6 manually as r24435 (presubmit successful).
7 years, 6 months ago (2013-06-25 22:07:36 UTC) #4
scheglov
7 years, 6 months ago (2013-06-25 22:55:49 UTC) #5
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698