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

Issue 1146163004: Fix typo in ListMixin.insertAll. (Closed)

Created:
5 years, 6 months ago by Lasse Reichstein Nielsen
Modified:
5 years, 6 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix typo in ListMixin.insertAll. Also add test for input iterable being linked to receiver list. R=sgjesse@google.com Committed: https://github.com/dart-lang/sdk/commit/6f2dd2552c2e013a5c074c5a741762bb6d541e0a

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M sdk/lib/collection/list.dart View 2 chunks +7 lines, -1 line 2 comments Download

Messages

Total messages: 5 (1 generated)
Lasse Reichstein Nielsen
5 years, 6 months ago (2015-06-01 11:06:34 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/1146163004/diff/1/sdk/lib/collection/list.dart File sdk/lib/collection/list.dart (right): https://codereview.chromium.org/1146163004/diff/1/sdk/lib/collection/list.dart#newcode479 sdk/lib/collection/list.dart:479: if (iterable is! EfficientLength || identical(iterable, this)) { ...
5 years, 6 months ago (2015-06-01 11:37:57 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/1146163004/diff/1/sdk/lib/collection/list.dart File sdk/lib/collection/list.dart (right): https://codereview.chromium.org/1146163004/diff/1/sdk/lib/collection/list.dart#newcode479 sdk/lib/collection/list.dart:479: if (iterable is! EfficientLength || identical(iterable, this)) { On ...
5 years, 6 months ago (2015-06-01 13:13:10 UTC) #4
Lasse Reichstein Nielsen
5 years, 6 months ago (2015-06-02 10:04:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6f2dd2552c2e013a5c074c5a741762bb6d541e0a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698