-
Notifications
You must be signed in to change notification settings - Fork 841
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
Input is no longer buffered when running a Windows program. #4079
Comments
Problem isn't buffering, it is the path. Run the command with a CWD of
|
@therealkenc I'm sorry, I'm not following the relationship. Was this intended to respond to #4078? |
The relationship is, from your OP:
And from my previous post
Does your scenario reproduce when then command is executed from |
Alright I see now. Two problems, one post. I zeroed on your UNC path fail. More straightforward repro for the problem (the one you care about).
|
Ah thank you. I've added a clearer description to the case. |
Great, thanks. As an aside:
Nothing good comes of that; at least for now. No need to explain why you are using |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
ver
at a Windows Command Prompt)Does not work in: Microsoft Windows [Version 10.0.18362.113]
Does work in: Microsoft Windows [Version 10.0.17134.765]
I use git.exe from WSL. Typically I'll begin typing the next command prior to the previous finishing. In
10.0.17134.765
the input would appear in bash after git.exe finished. Now in10.0.18362.113
it does not.This can be synthetically reproduced by typing while a slow .exe is running.
Working in
10.0.17134.765
Not working in
10.0.18362.113
The input should still be getting buffered like it did in
10.0.17134.765
.some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here).Please let me know if this is required.
The text was updated successfully, but these errors were encountered: