Skip to content

add detach_console flag - #33

Merged
snoyberg merged 1 commit into
haskell:masterfrom
joeyh:master
Aug 24, 2015
Merged

add detach_console flag#33
snoyberg merged 1 commit into
haskell:masterfrom
joeyh:master

Conversation

@joeyh

@joeyh joeyh commented May 27, 2015

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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