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

Issue 656773002: Add concurrent modification check to ListMixin/IterableMixin.reduce. (Closed)

Created:
6 years, 2 months ago by Lasse Reichstein Nielsen
Modified:
6 years, 2 months ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org, Søren Gjesse
Visibility:
Public.

Description

Add concurrent modification check to ListMixin/IterableMixin.reduce. Add tests of reduce and fold. BUG= http://dartbug.com/21289 R=ajohnsen@google.com Committed: https://code.google.com/p/dart/source/detail?r=41093

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -11 lines) Patch
M sdk/lib/collection/list.dart View 8 chunks +15 lines, -11 lines 2 comments Download
M sdk/lib/internal/iterable.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A tests/corelib/iterable_fold_test.dart View 1 chunk +149 lines, -0 lines 0 comments Download
A tests/corelib/iterable_reduce_test.dart View 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Lasse Reichstein Nielsen
6 years, 2 months ago (2014-10-14 09:01:27 UTC) #2
Anders Johnsen
lgtm https://codereview.chromium.org/656773002/diff/1/sdk/lib/collection/list.dart File sdk/lib/collection/list.dart (right): https://codereview.chromium.org/656773002/diff/1/sdk/lib/collection/list.dart#newcode189 sdk/lib/collection/list.dart:189: if (length != this.length) { Can this be ...
6 years, 2 months ago (2014-10-14 09:08:25 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/656773002/diff/1/sdk/lib/collection/list.dart File sdk/lib/collection/list.dart (right): https://codereview.chromium.org/656773002/diff/1/sdk/lib/collection/list.dart#newcode189 sdk/lib/collection/list.dart:189: if (length != this.length) { Not really. We check ...
6 years, 2 months ago (2014-10-14 09:12:05 UTC) #4
Lasse Reichstein Nielsen
6 years, 2 months ago (2014-10-14 09:12:30 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41093 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698