Skip to content

Conversation

@joeyh
Copy link
Contributor

@joeyh joeyh commented May 27, 2015

Based on Daniel Brooks's changes, but without adding a new flag
for CREATE_NO_WINDOW, which turned out to not be necessary.
And, on unix, setsid is called.

Tested on Linux and Windows.

Fixes #32.

Based on Daniel Brooks's changes, but without adding a new flag
for CREATE_NO_WINDOW, which turned out to not be necessary.
And, on unix, setsid is called.

Tested on Linux and Windows.

Fixes #32.
@snoyberg
Copy link
Collaborator

I'm still of the opinion that these need to be two separate flags, the reason being: with two flags, getting any combination of behavior is trivial, but with a single flag, users are forced into difficult to use conditional compilation.

@snoyberg snoyberg merged commit 908c678 into haskell:master Aug 24, 2015
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.

expose windows DETACHED_PROCESS flag

2 participants