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

support windows spawn functions #4

Closed
wants to merge 1 commit into from

Conversation

danielcavanagh
Copy link

posix_spawn doesn't exist on windows so i just reimplemented the same spawn capability using whatever functions i could find on msdn/the internet. i seems to work perfectly and returns the correct child pid, but i'm no expert

@danielcavanagh
Copy link
Author

hey headius

any chance of getting this committeed and a new version pushed to rubygems.org? we're relying on spoon and would like it to work on jruby+windows

cheers

@headius
Copy link
Owner

headius commented Jul 25, 2012

Oh wow, sorry that I missed this one. I'll have a look now.

@headius
Copy link
Owner

headius commented Jul 25, 2012

Ok! I have merged in your changes and made one addition that must have happened after your PR: errno checking. Have a look at master and let me know that I've merged things properly and that errno is working, and we can look at getting a release out.

Sorry again for the delay! Feel free to email me directly in the future if you don't see action.

@headius headius closed this Jul 25, 2012
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.

2 participants