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

Issue 134083005: Handle wrong method invocation of a type parameter (fix issue 13134). (Closed)

Created:
6 years, 11 months ago by regis
Modified:
6 years, 11 months ago
Reviewers:
gbracha, srdjan, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Handle wrong method invocation of a type parameter (fix issue 13134). Add test. R=gbracha@google.com, hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=31944

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -67 lines) Patch
M runtime/vm/parser.cc View 1 2 3 11 chunks +81 lines, -55 lines 0 comments Download
M tests/language/language_analyzer.status View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M tests/language/language_analyzer2.status View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 3 chunks +18 lines, -12 lines 0 comments Download
A tests/language/type_variable_conflict2_test.dart View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
regis
6 years, 11 months ago (2014-01-17 19:51:30 UTC) #1
gbracha
https://codereview.chromium.org/134083005/diff/40001/tests/language/type_variable_conflict2_test.dart File tests/language/type_variable_conflict2_test.dart (right): https://codereview.chromium.org/134083005/diff/40001/tests/language/type_variable_conflict2_test.dart#newcode11 tests/language/type_variable_conflict2_test.dart:11: Expect.equals(const Symbol('T'), im.memberName); It is more idiomatic to write ...
6 years, 11 months ago (2014-01-17 20:50:46 UTC) #2
regis
PTAL https://codereview.chromium.org/134083005/diff/40001/tests/language/type_variable_conflict2_test.dart File tests/language/type_variable_conflict2_test.dart (right): https://codereview.chromium.org/134083005/diff/40001/tests/language/type_variable_conflict2_test.dart#newcode11 tests/language/type_variable_conflict2_test.dart:11: Expect.equals(const Symbol('T'), im.memberName); On 2014/01/17 20:50:46, gbracha wrote: ...
6 years, 11 months ago (2014-01-18 00:12:19 UTC) #3
hausner
LGTM with comment. https://codereview.chromium.org/134083005/diff/110001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/134083005/diff/110001/runtime/vm/parser.cc#newcode8436 runtime/vm/parser.cc:8436: ErrorMsg(primary_pos, I think you can factor ...
6 years, 11 months ago (2014-01-18 00:29:55 UTC) #4
gbracha
tests lgtm
6 years, 11 months ago (2014-01-18 00:33:59 UTC) #5
regis
Thanks! https://codereview.chromium.org/134083005/diff/110001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/134083005/diff/110001/runtime/vm/parser.cc#newcode8436 runtime/vm/parser.cc:8436: ErrorMsg(primary_pos, On 2014/01/18 00:29:55, hausner wrote: > I ...
6 years, 11 months ago (2014-01-18 00:48:53 UTC) #6
regis
6 years, 11 months ago (2014-01-18 01:03:28 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r31944 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698