-
Notifications
You must be signed in to change notification settings - Fork 1
first try at windows compatibility #9
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
base: master
Are you sure you want to change the base?
Conversation
So I was stuck a bit with the pipes not closing, until i found out I need to close them on the caller side 🤦 |
Very sloppy...
|
6001b8e
to
d0e6d65
Compare
No C++ allowed 😉 Will take a look tomorrow! Thanks! |
7e9dd2c
to
c60bb79
Compare
Removed c++ |
dukgyp_exec_cmd
59a12c8
to
224a36d
Compare
So I'm getting mixes results; when I build with
and it crashes ;( When I build with the VS2017 IDE (I run actual
(which is pretty good) |
I guess something is bad with |
That's actually a code-path I did not play with, but I'll compare the build logs |
Have you tried replacing |
2385b7f
to
8a44edf
Compare
WIP on indutny#2 (Currently 18/21 tests pass) - Added AppVeyor for `windows` CI
P.P.S. I was skeptical about the whole |
Thanks! |
Would you mind if I'll pick your work from here? |
Go ahead. If you need something similar (deciphering WIN32 api), ping me.
|
P.P.S. when working with me, don't be considerate. push/slash/refactor. I'm not afraid a good rebasing... |
WIP for #2