On Sat, Oct 18, 2014 at 6:52 PM, Chris Angelico rosuav@gmail.com wrote:
The code is now at branch rosuav/process_run_with_func; the equivalent to my above code would be simply:
Process.run(({"sox","-S","-m","-v",".5"})+tracklist/1*({"-v",".5"})+({soundtrack}), (["stderr":lambda(string data) {write(replace(data,"\n","\r"));}]));
Is this a feature worth adding?
Any views on this feature? (I just rebased the branch on top of current 8.1, no other changes.) Fears of breakage? Interest in using it? Anything?
ChrisA