Login  Register

Re: [ANN] OSSubprocess first milestone

Posted by Mariano Martinez Peck on Jan 15, 2016; 1:30pm
URL: https://forum.world.st/ANN-OSSubprocess-first-milestone-tp4871382p4871522.html



defaultReadStreamCreationBlock: [ process createTempFileToBeUsedAsReadStreamOn: '/tmp' ];

In the readme, the piece of code containing that is a bit suspicious because it depends on the fact that the block is evaluated after the variable 'process' is assigned.

Thanks, fixed!
 I always hated the instance side nature of those methods, so I moved them to class side.


 
--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill




--