Skip to content

[TEST ONLY] Revert HasProgressBar/WriteOutput to isolate CI hang - #30

Closed
devin-ai-integration[bot] wants to merge 10 commits into
mainfrom
devin/test-revert-hasprogressbar
Closed

[TEST ONLY] Revert HasProgressBar/WriteOutput to isolate CI hang#30
devin-ai-integration[bot] wants to merge 10 commits into
mainfrom
devin/test-revert-hasprogressbar

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

This is a throwaway test branch to check whether the CI hang in PR #28 is caused by the HasProgressBar/writeOutput output-stream changes.

Summary

  • Reverts src/Internals/ProgressBarWorker/HasProgressBar.php to use new ProgressBar(new ConsoleOutput).
  • Reverts ProgressBarWorker::writeOutput() to create a fresh ConsoleOutput instance instead of using a shared $this->output.
  • Keeps all other worker write/writeln and routing changes from PR Add worker console messages (write/writeln) alongside ProgressBar #28.

If CI passes, the regression is narrowed to the shared OutputInterface change. If CI still hangs, the issue lies elsewhere.

Link to Devin session: https://app.devin.ai/sessions/aa44109acb6346c2abd6b14c45072be7
Requested by: @hschimpf

devin-ai-integration Bot and others added 10 commits July 23, 2026 20:46
- Add ParallelWorker::write() and ParallelWorker::writeln() methods.
- Route messages through ProgressBarWorker when a progress bar is active (clear/write/display).
- Add a ConsoleWorker fallback for workers without a progress bar.
- Use a shared stderr OutputInterface so ProgressBar and messages share the same stream.
- Add WriteOutputMessage command and ConsoleWorker/HasChannels infrastructure.
- Update README and CHANGELOG.

Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
…to STDERR

Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
Co-Authored-By: Hermann D. Schimpf <hschimpf@hds-solutions.net>
@hschimpf hschimpf self-assigned this Jul 23, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@hschimpf hschimpf closed this Jul 24, 2026
@hschimpf
hschimpf deleted the devin/test-revert-hasprogressbar branch July 24, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant