Skip to content

Support debug prints in mypy daemon #13769

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
Sep 29, 2022
Merged

Support debug prints in mypy daemon #13769

merged 1 commit into from
Sep 29, 2022

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Sep 29, 2022

Capture stdout in daemon and display it in the client. This makes it possible to use debug prints in
the daemon when doing end-to-end testing. They previously only worked in daemon test cases.

Capture stdout in daemon and display it in the client. This makes it
possible to use debug prints in the daemon end-to-end. They previously
only worked in daemon test cases.
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JukkaL JukkaL merged commit a68f0a5 into master Sep 29, 2022
@JukkaL JukkaL deleted the daemon-debug-print branch September 29, 2022 16:48
JukkaL added a commit that referenced this pull request Feb 24, 2023
Previously stdout from mypy daemon was propagated to the client, but
some verbose logging is written to stderr and it wasn't propagated. Now
propagate stderr as well. Tested manually.

This builds on top of #13769.
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.

2 participants