Re: [perl #126037] Redirecting standard streams in Proc causes wrong exit code

2015-09-11 Thread Tobias Leich
Thing is that you do not redirect, you capture the streams. So if you capture out, you need to read the output and close it. The return value of close will then tell you the right exit code.

[perl #123310] use of uninitialized value of type Any in string context in any !cursor_init

2015-09-11 Thread Christian Bartolomaeus via RT
On Thu Nov 27 07:05:30 2014, zhuomingli...@gmail.com wrote: > [...] > When I ran tools\update_ops.p6 in MoarVM, and it outputs: > > use of uninitialized value of type Any in string context in any > !cursor_init at > gen\moar\stage2\QRegex.nqp:678 I'm unable to reproduce this with current rakud