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

Issue 9252001: Report error on duplicate supertypes (Closed)

Created:
8 years, 11 months ago by hausner
Modified:
8 years, 11 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Report error on duplicate supertypes Report error if the same type appears more than once in the implements or extends list. Committed: https://code.google.com/p/dart/source/detail?r=3403

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -0 lines) Patch
M runtime/vm/parser.cc View 1 chunk +10 lines, -0 lines 3 comments Download
A tests/language/src/DuplicateImplementsTest.dart View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
Thanks! http://codereview.chromium.org/9252001/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/9252001/diff/1/runtime/vm/parser.cc#newcode2995 runtime/vm/parser.cc:2995: if (interface_name.Equals(other_name)) { I tried to use Equals ...
8 years, 11 months ago (2012-01-18 01:06:16 UTC) #1
regis
http://codereview.chromium.org/9252001/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/9252001/diff/1/runtime/vm/parser.cc#newcode2995 runtime/vm/parser.cc:2995: if (interface_name.Equals(other_name)) { On 2012/01/18 01:06:16, hausner wrote: > ...
8 years, 11 months ago (2012-01-18 01:29:40 UTC) #2
hausner
Given the discussion we had, can you bless this CL? http://codereview.chromium.org/9252001/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/9252001/diff/1/runtime/vm/parser.cc#newcode2995 ...
8 years, 11 months ago (2012-01-18 17:44:00 UTC) #3
regis
8 years, 11 months ago (2012-01-18 17:44:42 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698