granite-rust/library/std
roblabla 4971e997e5 Fix switch_stdout_to on Windows7
The switch_stdout_to test was broken on Windows7, as the test
infrastructure would refuse to delete the temporary test folder because
the switch-stdout-output file we redirected the stdout to was still
opened.

To fix this issue, we make switch_stdout_to return the previous handle,
and add a new switch_stdout_to call at the end of the test to return the
stdio handles to their original state. The handle the second
switch_stdout_to returns will be automatically closed, which should
allow the temporary test folder to be deleted properly.
2023-10-31 09:50:07 +01:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee 2023-10-30 00:03:47 +00:00
tests Fix switch_stdout_to on Windows7 2023-10-31 09:50:07 +01:00
build.rs changes from feedback 2023-10-20 23:55:14 +01:00
Cargo.toml Increase the reach of panic_immediate_abort 2023-10-29 09:31:07 -04:00