Skip to content
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

Abstract Write/FillOutput APIs with FillConsoleImpl #17573

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

lhecker
Copy link
Member

@lhecker lhecker commented Jul 16, 2024

This abstraction will help #17510 inject its ConPTY-specific behavior
into all 6 relevant console API functions simultaneously. This avoids
having to repeat the same prologue and epilogue 4 times.
Ideally, we'd use composition here, but I found it to be a bad fit.

@lhecker lhecker added the Product-Conpty For console issues specifically related to conpty label Jul 16, 2024
@lhecker lhecker added this pull request to the merge queue Jul 16, 2024
@DHowett DHowett removed this pull request from the merge queue due to a manual request Jul 17, 2024
@DHowett DHowett merged commit 5756df4 into main Jul 17, 2024
20 checks passed
@DHowett DHowett deleted the dev/lhecker/17510-output branch July 17, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product-Conpty For console issues specifically related to conpty
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants