Page MenuHomePhabricator

Figure Out the Required Number of Corks
Open, LowPublic

Description

Description

In the executor classes, we write to stdin via a complicated and apparently random series of cork(), uncork(), and write('\n') operations. We should figure out how much of this is actually needed.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • cork continency

Completion checklist