-
Notifications
You must be signed in to change notification settings - Fork 6
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
Windows Support #11
Comments
Backticks only uses the PTY module when using unbuffered mode. Unbuffered mode is the default, but if you construct your own Runner, then it's posible to ask for buffered operation, which utilizes If you're willing to do some testing for me, I'll produce an experimental branch that "supports" Windows but which only performs buffered execution. You'll need to know how to use Bundler to point to the experimental branch, but that's straightforward. Interested? |
I can test it for you. |
Great. The branch is named
|
Awesome. I'll give it a spin this weekend. |
Bump Any luck with the no-pty branch in Windows? |
I haven't been able to rip out all the posix stuff in my gem yet to really thrash backticks yet but so far it looks good. Thanks for your quick patch on this. |
I published backticks v1.0.1 with your fix; thanks for reporting + testing. |
PTY is not available on Windows builds of ruby. Is something like this relevant to adding Windows support given how backticks currently utilizes PTY?
The text was updated successfully, but these errors were encountered: