rust-analyzer/crates/stdx/src
Aleksey Kladov 1772eb0f1a fix: no longer get stuck on windows
reading both stdout & stderr is a common gotcha, you need to drain them
concurrently to avoid deadlocks. Not sure why I didn't do the right
thing from the start. Seems like I assumed the stderr is short? That's
not the case when cargo spams `compiling xyz` messages
2021-04-20 18:02:54 +03:00
..
lib.rs fix: no longer get stuck on windows 2021-04-20 18:02:54 +03:00
macros.rs Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
panic_context.rs Fix panic context 2020-10-23 15:18:33 +02:00
process.rs fix: no longer get stuck on windows 2021-04-20 18:02:54 +03:00