-
Notifications
You must be signed in to change notification settings - Fork 9
refactor: rename types to remove std/tokio name differentiation #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This addition makes it possible to mutate the `Command` in `pre_spawn()`, spawn a `Child` from that mutated command, then roll-back the changes to command in `post_spawn()`.
|
I tried to stack the PRs, but I don't think I'm easily able to since really I'd want to merge it into my fork, but you need to review it here... For what it's worth, here is the diff on my fork: https://github.com/TheLostLambda/process-wrap/pull/2/files |
|
There's a few failing tests if you could catch those please :) |
I'll try to fix those now! |
|
@passcod Looks all good now! |
|
thanks again! i'll release all that sometime this week |
|
Sorry for the delay! Released in 9.0.0 today |
Closes #25
A bit tricker than expected, but all seems to be in order now and I was able to slightly simplify the wrapping macro too!