Philipp Keller
Philipp Keller
quickly skimmed through the source code. I see that `PtyProcess::new()` has `Command` as argument. This is the only exposed function that needs changing, right?
@TyPR124 sorry for the slow reply. I finally found time to see how many github projects are using these two methods. `PtyProcess::new` isn't used, but `session::spawn_command` is used by about...
wow, a Rust PR, impressive. But that means that to have Rexpect to compile on windows one needs rust nightly, right?
@TyPR124 are you still working on this? I'm giving this projects some love at the moment and just added a breaking change in #22 so I need to bump version...
would nightly be required also for Linux/OSX? Isn't there a way to state nightly is only required for Windows?
very well. I was under the impression that you need to state the required rust version in `Cargo.toml`, but you're right it can be just stated in a comment. June...
thanks for reporting this. It looks like you are trying to come up with a pull request. Is this correct? I have very limited time for this project. If you...
thanks for the PR @tailhook and sorry that I didn't respond so far. I'm giving this project some love again, and would like to also look into this PR and...
@0xpr03 this sounds good. Error-Chain seemed the best choice when I wrote this, but now there are better options. As I'm currently "out of Rust", I won't implement this. So...
ah yes, didn't realize this is the same error crate where we have the existing PR for. As I'm not into rust anymore, @0xpr03 would you like to have a...