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

Issue 18194003: Implement redirect-stdout-on-close on Winows, to the 'NUL' device. (Closed)

Created:
7 years, 5 months ago by Anders Johnsen
Modified:
7 years, 5 months ago
Reviewers:
Bill Hesse, kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement redirect-stdout-on-close on Winows, to the 'NUL' device. BUG=https://code.google.com/p/dart/issues/detail?id=11593 R=kustermann@google.com, whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=24578

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove redundant 'USE'/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M runtime/bin/eventhandler_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download
M tests/standalone/standalone.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
7 years, 5 months ago (2013-06-28 09:42:51 UTC) #1
kustermann
https://codereview.chromium.org/18194003/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/18194003/diff/1/runtime/bin/eventhandler_win.cc#newcode333 runtime/bin/eventhandler_win.cc:333: int fd = _open("NUL", _O_WRONLY); Is this opening a ...
7 years, 5 months ago (2013-06-28 10:10:14 UTC) #2
Anders Johnsen
https://codereview.chromium.org/18194003/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/18194003/diff/1/runtime/bin/eventhandler_win.cc#newcode333 runtime/bin/eventhandler_win.cc:333: int fd = _open("NUL", _O_WRONLY); On 2013/06/28 10:10:14, kustermann ...
7 years, 5 months ago (2013-06-28 10:19:11 UTC) #3
Bill Hesse
lgtm
7 years, 5 months ago (2013-06-28 10:22:21 UTC) #4
kustermann
lgtm
7 years, 5 months ago (2013-06-28 10:23:13 UTC) #5
Anders Johnsen
7 years, 5 months ago (2013-06-28 10:29:36 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r24578 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698