fix for #22 - #25
Conversation
works for me in linux needs to be tested on unix and windows
paulpflug
commented
Jul 2, 2015
sometimes I hate git >_< |
paulpflug
commented
Jul 3, 2015
I have now tested it on windows. Works as expected 😄 |
andrenarchy
commented
Jul 25, 2015
Is there any reason why this can't be merged? |
keithamus
commented
Jul 25, 2015
I'm a little dubious to merge - it feels a bit like a side effect. I wanted to do some proper research on this before deciding on what to do - which I realise now has been nearly a month, so not very fair to @paulpflug. The nodejs/node#2098 doesn't fill me with confidence about this patch. I'm not sure which way to go with it. Advice would be helpful 😄 |
paulpflug
commented
Jul 25, 2015
I can fully understand that.. The underlying problem is, that
|
andrenarchy
commented
Jul 26, 2015
The problem is that Since Note: if Then, killing the So option 3 is: invoke processes with What do you think? |
paulpflug
commented
Jul 28, 2015
@andrenarchy that was very helpful, I implemented the exec way.. very clean, thank you 😄 |
keithamus
commented
Jul 28, 2015
👍 |
keithamus
commented
Jul 28, 2015
Glad we got to the bottom of this 😄 |
keithamus
commented
Jul 28, 2015
@paulpflug you've got push access on here, and pub access on npm now. Feel free to add improvements as you see fit, but please avoid committing directly to master (unless its a release commit) - keep stuff to PRs for visibility. |
paulpflug
commented
Jul 28, 2015
sounds reasonable 😄 |
andrenarchy
commented
Jul 28, 2015
Unfortunately, using For example, running |
paulpflug
commented
Jul 28, 2015
We could catch |
andrenarchy
commented
Jul 28, 2015
Probably not a good idea. You'd have to catch all kinds of shell commands ( I'm also investigating if there's another way... |
estk
commented
Sep 19, 2015
Yeah this broke command chaining. |
works for me in linux
needs to be tested on unix and windows