Open
Description
As discussed with @asgrim in #77:
That's acceptable I think... Or maybe simply collect errors and display at the end? Thinking a summary output like phpunit/phpcs like:
.......B......E...... .....B............EEE
Where
B
is a break andE
is an error.. then display them at the end?
This means that array
is not a good solution for accumulating BC breaks, and instead yield
and yield from
must be used aggressively to iterate over the results as they get produced, and inform the user about each step in the process by continuing to produce output.
Activity