Forks may now ignore streams
Before this commit, it was possible to capture the stdout and stderr streams. Now it is possible to also ignore the stdout and stderr streams. As a result, the usage of fork within Ion will now ignore stderr when performing a shell expansion, or obtaining the function prompt.
Showing
- src/shell/binary/prompt.rs 1 addition, 1 deletionsrc/shell/binary/prompt.rs
- src/shell/fork.rs 33 additions, 15 deletionssrc/shell/fork.rs
- src/shell/mod.rs 1 addition, 1 deletionsrc/shell/mod.rs
- src/sys/redox.rs 1 addition, 0 deletionssrc/sys/redox.rs
- src/sys/unix/mod.rs 1 addition, 0 deletionssrc/sys/unix/mod.rs
Loading
Please register or sign in to comment