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

Issue 10828317: Use output-only string streams instead of input-output string streams. (Closed)

Created:
8 years, 4 months ago by cshapiro
Modified:
8 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use output-only string streams instead of input-output string streams. The assertion code only writes to its string streams and never reads data back. As such, there is no reason to use a stream type supporting input. Committed: https://code.google.com/p/dart/source/detail?r=10693

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M runtime/platform/assert.h View 10 chunks +10 lines, -10 lines 0 comments Download
M runtime/platform/assert.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
cshapiro
8 years, 4 months ago (2012-08-14 23:26:12 UTC) #1
srdjan
8 years, 4 months ago (2012-08-14 23:32:43 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698