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

Issue 8983019: Native implementation of List,setRange for frog. (Closed)

Created:
8 years, 11 months ago by dominich
Modified:
8 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implementation of List.setRange for frog. Re-enable test. BUG=934 Committed: https://code.google.com/p/dart/source/detail?r=3043

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M frog/lib/corelib_impl.dart View 1 2 3 4 1 chunk +19 lines, -1 line 0 comments Download
M tests/corelib/corelib.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
dominich
8 years, 11 months ago (2012-01-04 16:05:16 UTC) #1
jimhug
Thanks for fixing your own bug report! This should be good with the change suggested ...
8 years, 11 months ago (2012-01-04 17:38:17 UTC) #2
dominich
$ ./tools/test.py --arch=ia32 --component=frog corelib/ListSetRangeTest [00:15|% 100|+ 1|- 0]: Done Seems to pass now, unless ...
8 years, 11 months ago (2012-01-04 17:56:09 UTC) #3
dominich
Even in checked mode, the test still failed without the explicit bounds checking. A better ...
8 years, 11 months ago (2012-01-04 20:22:48 UTC) #4
Jennifer Messerly
On 2012/01/04 20:22:48, dominich wrote: > Even in checked mode, the test still failed without ...
8 years, 11 months ago (2012-01-05 00:44:47 UTC) #5
dominich
On 2012/01/05 00:44:47, John Messerly wrote: > On 2012/01/04 20:22:48, dominich wrote: > > Even ...
8 years, 11 months ago (2012-01-05 15:33:00 UTC) #6
Jennifer Messerly
oops! somehow I sent a reply in the CR tool but it didn't get published. ...
8 years, 11 months ago (2012-01-05 17:59:33 UTC) #7
dominich
http://codereview.chromium.org/8983019/diff/1/frog/lib/corelib_impl.dart File frog/lib/corelib_impl.dart (right): http://codereview.chromium.org/8983019/diff/1/frog/lib/corelib_impl.dart#newcode77 frog/lib/corelib_impl.dart:77: startFrom = (startFrom === null ? 0 : startFrom); ...
8 years, 11 months ago (2012-01-05 18:19:57 UTC) #8
sra1
http://codereview.chromium.org/8983019/diff/9001/frog/lib/corelib_impl.dart File frog/lib/corelib_impl.dart (right): http://codereview.chromium.org/8983019/diff/9001/frog/lib/corelib_impl.dart#newcode75 frog/lib/corelib_impl.dart:75: void setRange(int start, int length, List<E> from, [int startFrom]) ...
8 years, 11 months ago (2012-01-05 18:38:44 UTC) #9
dominich
Thanks for the default value hint; I completely forgot about that feature. http://codereview.chromium.org/8983019/diff/9001/frog/lib/corelib_impl.dart File frog/lib/corelib_impl.dart ...
8 years, 11 months ago (2012-01-05 18:53:21 UTC) #10
Jennifer Messerly
On 2012/01/05 18:53:21, dominich wrote: > Thanks for the default value hint; I completely forgot ...
8 years, 11 months ago (2012-01-05 18:55:39 UTC) #11
dominich
8 years, 11 months ago (2012-01-05 18:57:06 UTC) #12
Great! I don't think I have commit rights for Dart so could someone do the
honours?

Powered by Google App Engine
This is Rietveld 408576698