kurtlawrence / papyrus

(Rust) repl
MIT License
440 stars 14 forks source link

writing stderr and stdout to Writer #12

Closed kurtlawrence closed 5 years ago

kurtlawrence commented 5 years ago

When the external library is run, any stderr or stdout is not captured, needs to be passed to the terminal Writer

kurtlawrence commented 5 years ago

Low priority as repl is mostly used via a DefaultTerminal

kurtlawrence commented 5 years ago

fixed in d7c00761ebe56f24192fc01fcc396069b1bda9c3 makes uses of my fork of gag: https://github.com/kurtlawrence/gag-rs/tree/kl-windows if PR https://github.com/Stebalien/gag-rs/pull/6 goes through can switch to this