Skip to content
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

Implement vibe.core.process for subprocess handling similar to std.process #154

Merged
merged 9 commits into from
Jun 4, 2019

Conversation

BenjaminSchaaf
Copy link
Contributor

I've tried to keep most of the features of std.process, if there's anything big I missed let me know.

The tests are simple ports from supervised. They don't have full coverage, but the core should be solid.

Copy link
Member

@s-ludwig s-ludwig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks nice, apart from the naming questions this looks good to go. Great to have this missing piece of the puzzle integrated now. I hope to get to the Windows implementation soon...

source/vibe/core/process.d Show resolved Hide resolved
source/vibe/core/process.d Outdated Show resolved Hide resolved
tests/vibe.core.process.d Show resolved Hide resolved
source/vibe/core/process.d Outdated Show resolved Hide resolved
@BenjaminSchaaf
Copy link
Contributor Author

Thanks for the review @s-ludwig, it would also be good to merge this: vibe-d/eventcore#110, as it causes some bugs in this code

@s-ludwig
Copy link
Member

s-ludwig commented Jun 4, 2019

Thanks again! Looks good to merge now. I'll add tag a new alpha tag afterwards (or maybe even beta).

@s-ludwig s-ludwig merged commit 33014fd into vibe-d:master Jun 4, 2019
@BenjaminSchaaf
Copy link
Contributor Author

Thanks for merging this! Looking forward to using this in my projects :)

@BenjaminSchaaf BenjaminSchaaf deleted the process branch June 5, 2019 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants