Uh oh!
There was an error while loading. Please reload this page.
Console.Unix: make Console.OpenStandardInput Stream aware of terminal - #39192
Conversation
ghost
commented
Jul 13, 2020
Tagging subscribers to this area: @eiriktsarpalis |
Uh oh!
There was an error while loading. Please reload this page.
eiriktsarpalis
commented
Jul 13, 2020
Seems reasonable. Do you think you could also provide a manual test that highlights the functional changes introduced here? |
Uh oh!
There was an error while loading. Please reload this page.
tmds
commented
Jul 14, 2020
@eiriktsarpalis I've updated the PR based on your feedback. I will still look into adding a manual test. |
Uh oh!
There was an error while loading. Please reload this page.
eiriktsarpalis
commented
Aug 10, 2020
Any progress on this PR? This is a bug, which we should address for 5.0. |
When performing OpenStandardInput against a terminal, perform Reads on a line-by-line basis and perform appropriate processing and echoing.
b52cd47 to
b723491Compareadamsitnik
commented
Aug 13, 2020
adamsitnik
left a comment
There was a problem hiding this comment.
LGTM, thank you @tmds
I have tested it manually and it works as expected. The CI is green, code looks good. Merging and including in 5.0

When performing OpenStandardInput against a terminal, perform Reads on a
line-by-line basis and perform appropriate processing and echoing.
Fixes#39008
@eiriktsarpalis@stephentoub ptal