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

Issue 763443005: Fix implementation of the Iterable interface for typed data lists. (Closed)

Created:
6 years ago by Florian Schneider
Modified:
6 years ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix implementation of the Iterable interface for typed data lists. Return an Iterable with the correct type arguments (instead of <dynamic>) when calling Iterable methods. R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=42066

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -244 lines) Patch
M runtime/lib/typed_data.dart View 1 86 chunks +178 lines, -244 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Florian Schneider
6 years ago (2014-12-02 09:35:25 UTC) #2
Lasse Reichstein Nielsen
LGTM, but if it can be improved to use ListBase/ListMixin instead, it would be even ...
6 years ago (2014-12-02 12:02:54 UTC) #3
Florian Schneider
https://codereview.chromium.org/763443005/diff/1/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://codereview.chromium.org/763443005/diff/1/runtime/lib/typed_data.dart#newcode531 runtime/lib/typed_data.dart:531: Iterable<double> where(bool f(int element)) => new WhereIterable<double>(this, f); On ...
6 years ago (2014-12-02 12:17:26 UTC) #4
Florian Schneider
6 years ago (2014-12-02 13:25:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r42066 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698