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

Issue 276113002: new ByteStreamClientChannel (Closed)

Created:
6 years, 7 months ago by danrubel
Modified:
6 years, 7 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Visibility:
Public.

Description

new ByteStreamClientChannel BUG=dartbug.com/18632 R=paulberry@google.com Committed: https://code.google.com/p/dart/source/detail?r=36059

Patch Set 1 #

Total comments: 2

Patch Set 2 : merge #

Patch Set 3 : revise tests to use pumpEventQueue rather than timeout #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -1 line) Patch
M pkg/analysis_server/lib/src/channel.dart View 1 chunk +45 lines, -1 line 0 comments Download
M pkg/analysis_server/test/channel_test.dart View 1 2 2 chunks +71 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
danrubel
For use by Dart clients wanting to communicate with analysis server over stdin/out
6 years, 7 months ago (2014-05-10 01:20:09 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/276113002/diff/1/pkg/analysis_server/test/channel_test.dart File pkg/analysis_server/test/channel_test.dart (right): https://codereview.chromium.org/276113002/diff/1/pkg/analysis_server/test/channel_test.dart#newcode210 pkg/analysis_server/test/channel_test.dart:210: return inputSink.flush().timeout(new Duration(seconds: 1)).then((_) { Using timeouts like ...
6 years, 7 months ago (2014-05-11 05:08:59 UTC) #2
danrubel
https://codereview.chromium.org/276113002/diff/1/pkg/analysis_server/test/channel_test.dart File pkg/analysis_server/test/channel_test.dart (right): https://codereview.chromium.org/276113002/diff/1/pkg/analysis_server/test/channel_test.dart#newcode210 pkg/analysis_server/test/channel_test.dart:210: return inputSink.flush().timeout(new Duration(seconds: 1)).then((_) { On 2014/05/11 05:09:00, Paul ...
6 years, 7 months ago (2014-05-12 20:16:24 UTC) #3
danrubel
6 years, 7 months ago (2014-05-12 20:18:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r36059 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698