start().forEach doesn't work.
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 265
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
The start command creates a Progress.print by default.
This stops the start command from capturing the output so forEach non longer works.
We need to fix this as part of the review of how we run processes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the start command and how it creates Progress.print, then inspect the process-running review context. Verify the behavior of start().forEach with output capture; done means forEach works without the default Progress.print preventing capture.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100