Homec4science

Generalize flushing console buffer

Authored by vrana <jakubv@fb.com> on Sep 28 2012, 18:41.

Description

Generalize flushing console buffer

Summary:
This generalizes concept introduced in D3543.
It helps under HPHP and it is useful also in PHP for outputs of size 1 (lower than our buffer size).

Test Plan:

id(new PhutilArgumentParser(array('', '--recon')))->parseStandardArguments();
echo "a";
PhutilConsole::getConsole()->writeOut('b');

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3562

Details

Committed
vrana <jakubv@fb.com>Sep 28 2012, 18:51
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUceaa5023ec82: Allow workflows to elect for partial parsing rather than full parsing
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPHUa9cedbf87fcd: Generalize flushing console buffer (authored by vrana <jakubv@fb.com>).Sep 28 2012, 18:51