-
Notifications
You must be signed in to change notification settings - Fork 210
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
winpty submodule #81
Comments
I've made some changes to winpty which has not been upstreamed to richard. |
Okay, so since you merged the same pull request I made on your repo, we can always just update to your latest repo to fix the header problem. Still would be good if we could merge those changes upstream, though. |
Need to push a fixed version to npm, the submodule doesn't seem to be getting checked into npm, and is broken, or at least it seems to be. |
@cjfromthesea I'm really busy so if you push whatever you need to get stuff working i'll merge it :) |
I think it's all good, you already merged it. Just need to update the submodule here and push to npm. |
Is this fixed? When it's fixed does it mean that I will be able to use pty on a windows machine? Atm. I just get that pty.cc makes an Assertion failed at line 218. I'm guessing that it simply doesn't work on windows due to the fork things being a linux/unix thing, but winpty sounds promising. |
It would be awesome if pty.js supported Windows, we have problems in script-runner.. ioquatix/script-runner#5 |
I managed to get rid of all modifications to winpty in my fork |
Why is the repository using a fork of winpty as its submodule? I made a change to the original winpty that would fix compilation on Windows for this module. Can we switch the submodule to use winpty?
The text was updated successfully, but these errors were encountered: