HomeSealhub

Revise Thrift STDOUT + STDERR line processing

Description

Revise Thrift STDOUT + STDERR line processing

The Thrift compiler sends warnings to STDOUT and errors to STDERR. We
now build a single $lines array combining the lines from both output
streams. Annoyingly, errors are reporting using two lines, so we perform
a small amount of preprocessing so we can scan $lines using a single
regular expression.

Also include some example text to semi-document the regular expression.

Details

Provenance
Jon PariseAuthored on Oct 25 2016, 23:23
kuba-orlikPushed on May 3 2022, 16:02
Parents
R124:37c83b882103: Remove the shouldExpectCommandErrors() function
Branches
Unknown
Tags
Unknown

Event Timeline