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

Issue 37003004: Fix equality type problem. (Closed)

Created:
7 years, 2 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 2 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix equality type problem. The default equality can't be an Equality<Object> and be assigned to Equality<T> for any other type T. It must be Equality<dynamic> instead. Committed: https://code.google.com/p/dart/source/detail?r=29082

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M pkg/collection_helpers/lib/equality.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein Nielsen
TBR
7 years, 2 months ago (2013-10-23 14:03:09 UTC) #1
Lasse Reichstein Nielsen
Committed patchset #1 manually as r29082 (presubmit successful).
7 years, 2 months ago (2013-10-23 14:03:58 UTC) #2
floitsch
7 years, 2 months ago (2013-10-23 14:06:13 UTC) #3
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698