Skip to content

Fixer: remove output buffering #1052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Apr 26, 2025

Description

Now debug output is written to STDERR instead of STDOUT and the StatusWriter is paused while the Fixer is running, the output buffering during fixing can be removed.

Suggested changelog entry

N/A (internal implementation detail)

Now debug output is written to STDERR instead of STDOUT and the StatusWriter is paused while the Fixer is running, the output buffering during fixing can be removed.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
@jrfnl jrfnl force-pushed the phpcs-4.0/remove-output-buffering-from-fixer branch from 60b0f66 to 1df4347 Compare April 29, 2025 13:26
@jrfnl
Copy link
Member Author

jrfnl commented Apr 29, 2025

Rebased without changes. Merging once the build has passed.

@jrfnl
Copy link
Member Author

jrfnl commented Apr 29, 2025

For the record: this change was tested using the test setup as described in #1010. Also see the phpcs-4.0/pr-1010-explainer branch.

@jrfnl jrfnl merged commit a4a0ba4 into 4.x Apr 29, 2025
54 checks passed
@jrfnl jrfnl deleted the phpcs-4.0/remove-output-buffering-from-fixer branch April 29, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants