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

Issue 12061002: Fixing type check error using Stream.take in dart2js checked mode. (Closed)

Created:
7 years, 11 months ago by blois
Modified:
7 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixing type check error using Stream.take in dart2js checked mode. Encountered this issue converting dart:html tests over to streams. BUG= Committed: https://code.google.com/p/dart/source/detail?r=17719

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -19 lines) Patch
M sdk/lib/async/stream.dart View 1 15 chunks +45 lines, -15 lines 0 comments Download
M sdk/lib/async/stream_pipe.dart View 1 1 chunk +3 lines, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/streams_test.dart View 1 1 chunk +107 lines, -0 lines 0 comments Download
M tools/dom/src/EventStreamProvider.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
blois
https://codereview.chromium.org/12061002/diff/2001/sdk/lib/async/stream_pipe.dart File sdk/lib/async/stream_pipe.dart (right): https://codereview.chromium.org/12061002/diff/2001/sdk/lib/async/stream_pipe.dart#newcode178 sdk/lib/async/stream_pipe.dart:178: void _handleError(AsyncError error) { Not sure if these should ...
7 years, 11 months ago (2013-01-23 18:54:21 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/12061002/diff/2001/tests/html/history_test.dart File tests/html/history_test.dart (right): https://codereview.chromium.org/12061002/diff/2001/tests/html/history_test.dart#newcode40 tests/html/history_test.dart:40: window.onPopState.take(1).listen((_) { don't you need to wrap this ...
7 years, 11 months ago (2013-01-24 17:17:18 UTC) #2
blois
On 2013/01/24 17:17:18, floitsch wrote: > LGTM. > > https://codereview.chromium.org/12061002/diff/2001/tests/html/history_test.dart > File tests/html/history_test.dart (right): > ...
7 years, 11 months ago (2013-01-24 22:44:04 UTC) #3
floitsch
7 years, 10 months ago (2013-01-28 02:05:17 UTC) #4
Still LGTM.

Powered by Google App Engine
This is Rietveld 408576698