]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 2 Dec 2016 07:35:06 +0000 (07:35 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Dec 2016 07:35:06 +0000 (07:35 +0000)
commitaf0a0719ead0dc1c2787128f7290b57b8848c88b
tree2d6140ae8b47d3c682437e7203e670e52e57845c
parent10771498273764e25d197209f80830a45b7cfdcd
parente1b752b2a1bea9c05e89e52632f2f87ee9777062
Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichton

Fuchsia support for std::process via liblaunchpad.

Now we can launch processes on Fuchsia via the Rust standard library! ... Mostly.

Right now, ~5% of the time, reading the stdout/stderr off the pipes will fail. Some Magenta kernel people think it's probably a bug in Magenta's pipes. I wrote a unit test that demonstrates the issue in C, which I was told will expedite a fix. https://fuchsia-review.googlesource.com/#/c/15628/

Hopefully this can get merged once the issue is fixed :)

@raphlinus