Warlock Windows compatibility #3
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I develop on Windows now, so I need Warlock to be windows compatible.
Did some work on this and got it running on windows.....kinda. Then I discovered that Windows does not implement stream_select() properly and the inter-process communication using pipes will not work on Windows.
So, for now I am closing this as it kinda does work now. But for it to work completely I am going to have to abandon the pipes communication and use some sort of TCP socket comms for Runners to talk to the server. This may actually add quite some power to the system.
closed