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

Issue 11342028: Fix wrong canonicalization of signature class due to name collision (issue 6353). (Closed)

Created:
8 years, 1 month ago by regis
Modified:
8 years, 1 month ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix wrong canonicalization of signature class due to name collision (issue 6353). Add test. Committed: https://code.google.com/p/dart/source/detail?r=14234

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -11 lines) Patch
M runtime/vm/object.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 4 chunks +8 lines, -5 lines 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +1 line, -1 line 0 comments Download
A tests/language/closure8_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
8 years, 1 month ago (2012-10-29 23:40:36 UTC) #1
srdjan
lgtm https://codereview.chromium.org/11342028/diff/1/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/11342028/diff/1/runtime/vm/object.h#newcode1065 runtime/vm/object.h:1065: // internal signature of the given function. Maybe ...
8 years, 1 month ago (2012-10-30 00:00:57 UTC) #2
regis
8 years, 1 month ago (2012-10-30 00:06:16 UTC) #3
Thanks!

https://codereview.chromium.org/11342028/diff/1/runtime/vm/object.h
File runtime/vm/object.h (right):

https://codereview.chromium.org/11342028/diff/1/runtime/vm/object.h#newcode1065
runtime/vm/object.h:1065: // internal signature of the given function.
On 2012/10/30 00:00:57, srdjan wrote:
> Maybe say what is class, what is type parameter.

Done.

Powered by Google App Engine
This is Rietveld 408576698