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

Issue 12544024: Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf. (Closed)

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

Description

Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf. This is a recommit of the earlier reverted CL with updated test expectations. Committed: https://code.google.com/p/dart/source/detail?r=19993

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -61 lines) Patch
M sdk/lib/collection/collections.dart View 1 chunk +3 lines, -5 lines 0 comments Download
M sdk/lib/collection/hash_set.dart View 1 chunk +11 lines, -4 lines 0 comments Download
M sdk/lib/collection/linked_hash_set.dart View 1 chunk +11 lines, -4 lines 0 comments Download
M sdk/lib/core/set.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 1 chunk +7 lines, -1 line 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 3 chunks +10 lines, -1 line 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +0 lines, -13 lines 0 comments Download
M tests/co19/co19-dart2js.status View 2 chunks +5 lines, -15 lines 0 comments Download
M tests/co19/co19-runtime.status View 2 chunks +8 lines, -15 lines 0 comments Download
M tools/dom/src/CssClassSet.dart View 1 chunk +7 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein Nielsen
TBR
7 years, 9 months ago (2013-03-14 09:32:16 UTC) #1
Lasse Reichstein Nielsen
Committed patchset #1 manually as r19993 (presubmit successful).
7 years, 9 months ago (2013-03-14 09:32:40 UTC) #2
floitsch
7 years, 9 months ago (2013-03-14 11:33:50 UTC) #3
Message was sent while issue was closed.
LGTM.

https://codereview.chromium.org/12544024/diff/1/tools/dom/src/CssClassSet.dart
File tools/dom/src/CssClassSet.dart (right):

https://codereview.chromium.org/12544024/diff/1/tools/dom/src/CssClassSet.dar...
tools/dom/src/CssClassSet.dart:114: Set<String> union(Collection<String> other)
=>
Set.

https://codereview.chromium.org/12544024/diff/1/tools/dom/src/CssClassSet.dar...
tools/dom/src/CssClassSet.dart:117: Set<String> difference(Collection<String>
other) =>
ditto.

Powered by Google App Engine
This is Rietveld 408576698