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

Issue 19775015: Fixed bug in _ControllerStream.operator==. (Closed)

Created:
7 years, 5 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 5 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixed bug in _ControllerStream.operator==. Make _BroacastStream extends _ControllerStream to get same equality behavior. Add regression tests. BUG= http://dartbug.com/11904 R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=25205

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -12 lines) Patch
M sdk/lib/async/broadcast_stream_controller.dart View 1 chunk +2 lines, -11 lines 0 comments Download
M sdk/lib/async/stream_controller.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/lib/async/stream_controller_test.dart View 1 chunk +21 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein Nielsen
7 years, 5 months ago (2013-07-19 07:41:53 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/19775015/diff/1/tests/lib/async/stream_controller_test.dart File tests/lib/async/stream_controller_test.dart (right): https://codereview.chromium.org/19775015/diff/1/tests/lib/async/stream_controller_test.dart#newcode435 tests/lib/async/stream_controller_test.dart:435: c = new StreamController.broadcast(sync: true, onListen:(){}); maybe add ...
7 years, 5 months ago (2013-07-19 11:47:39 UTC) #2
Lasse Reichstein Nielsen
7 years, 5 months ago (2013-07-19 11:58:15 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r25205 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698