Commit graph

13 commits

Author SHA1 Message Date
Markus Schirp
9ab35de2c4 Reduce direct reference of globals 2015-11-21 22:02:51 +00:00
Markus Schirp
c56ecdb51a Reduce zombifier
* And add a full specification
2015-06-13 04:04:15 +00:00
Markus Schirp
089e49cdf4 Fix exit status generation on intercepted interrrupts
Parallel does intercept and re-raise interrupts. This causes the status
flag to return nil.
2014-10-02 20:11:30 +00:00
Markus Schirp
3654ba010d Remove remaining encoding headers 2014-08-10 21:33:44 +00:00
Markus Schirp
1b2bb54852 Fix zombifier to use the require highjack 2014-04-04 14:14:24 +00:00
Dan Kubb
011c99d3fd Move encoding line to the second line where rubycop will find it 2013-07-29 17:39:47 -07:00
Dan Kubb
8f46081d59 Add encoding to ruby files 2013-07-29 17:17:04 -07:00
Markus Schirp
97e069ed96 Replace zombie executable with --zombie flag
The zombie executable was symlinked, symlinks do not work properly under
jruby and rbx.
2013-07-27 12:25:22 +02:00
Markus Schirp
55afba8d42 Update zombie cli detection 2013-06-28 23:24:46 +02:00
Markus Schirp
745c82534b Trap INT in executable
Traping INT just after lauch, even before requireing library should
allow clean exits at all stages.

Closes #44
2013-06-21 23:55:13 +02:00
Markus Schirp
7a471875fc Publish exit status of CLI runner in executable 2012-11-24 17:36:47 +01:00
Markus Schirp
b77bf348e5 Correct zombie path in zombie executable 2012-11-22 02:49:57 +01:00
Markus Schirp
7e4b344d14 Move executables under ./bin 2012-11-22 01:50:11 +01:00