Uh oh!
There was an error while loading. Please reload this page.
std: Don't cache stdio handles on Windows - #40516
Conversation
rust-highfive
commented
Mar 14, 2017
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
aturon
commented
Mar 21, 2017
@bors: r+ |
bors
commented
Mar 21, 2017
📌 Commit af72b06 has been approved by |
bors
commented
Mar 23, 2017
🔒 Merge conflict |
This alters the stdio code on Windows to always call `GetStdHandle` whenever the stdio read/write functions are called as this allows us to track changes to the value over time (such as if a process calls `SetStdHandle` while it's running). Closesrust-lang#40490
af72b06 to
5ca8a73Comparealexcrichton
commented
Mar 23, 2017
@bors: r=aturon |
bors
commented
Mar 23, 2017
📌 Commit 5ca8a73 has been approved by |
bors
commented
Mar 24, 2017
⌛ Testing commit 5ca8a73 with merge b1d0e15... |
bors
commented
Mar 24, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Mar 24, 2017
@bors: retry |
…uron std: Don't cache stdio handles on Windows This alters the stdio code on Windows to always call `GetStdHandle` whenever the stdio read/write functions are called as this allows us to track changes to the value over time (such as if a process calls `SetStdHandle` while it's running). Closesrust-lang#40490
bors
commented
Mar 25, 2017
⌛ Testing commit 5ca8a73 with merge d11f245... |
bors
commented
Mar 25, 2017
💔 Test failed - status-travis |
arielb1
commented
Mar 25, 2017
bors
commented
Mar 25, 2017
⌛ Testing commit 5ca8a73 with merge 25c8108... |
bors
commented
Mar 25, 2017
💔 Test failed - status-travis |
arielb1
commented
Mar 25, 2017
bors
commented
Mar 25, 2017
⌛ Testing commit 5ca8a73 with merge f4f9468... |
bors
commented
Mar 25, 2017
💔 Test failed - status-travis |
arielb1
commented
Mar 25, 2017
bors
commented
Mar 26, 2017
⌛ Testing commit 5ca8a73 with merge c65e7de... |
std: Don't cache stdio handles on Windows This alters the stdio code on Windows to always call `GetStdHandle` whenever the stdio read/write functions are called as this allows us to track changes to the value over time (such as if a process calls `SetStdHandle` while it's running). Closes#40490
bors
commented
Mar 26, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Mar 27, 2017
via email
| … On Sun, Mar 26, 2017 at 2:37 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.2570>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95L7xpobTPOKTiRwcbsAEgD3AGmcRks5rpr5ngaJpZM4McsLJ>
.
|
bors
commented
Mar 27, 2017
⌛ Testing commit 5ca8a73 with merge 71123e4... |
std: Don't cache stdio handles on Windows This alters the stdio code on Windows to always call `GetStdHandle` whenever the stdio read/write functions are called as this allows us to track changes to the value over time (such as if a process calls `SetStdHandle` while it's running). Closes#40490
@bors retry |
…uron std: Don't cache stdio handles on Windows This alters the stdio code on Windows to always call `GetStdHandle` whenever the stdio read/write functions are called as this allows us to track changes to the value over time (such as if a process calls `SetStdHandle` while it's running). Closesrust-lang#40490
This alters the stdio code on Windows to always call
GetStdHandlewhenever thestdio read/write functions are called as this allows us to track changes to the
value over time (such as if a process calls
SetStdHandlewhile it's running).Closes#40490