> Am 17.04.2015 um 04:34 schrieb Nathan Gray:
> > # Call it if it is a routine. This will capture if requested.
> > return (var)(self) if nqp::istype(var,Callable);
> >
> > This seems to indicate that captures in the embedded regexes
> > should capture.
On Fri, Apr 17, 2015 at 09:47:22AM +0200
On Sun, Apr 19, 2015 at 06:31:30PM +0200, mt1957 wrote:
: L.s.,
:
: I found a small problem when writing a piece of grammar. A
: simplified part of it is shown here;
: ...
: token tag-body { ~ }
: token body-start { '[' }
: token body-end { ']' }
: token body-text { .*? }
: ...
:
A coupl
This works now.
$ perl6-m -e 'my $handle = pipe("/usr/bin/false", :r); say $handle.close'
Proc::Status.new(exit => 1, pid => Any, signal => 0)
There are passing tests in S32-io/pipe.t.
I'm closing this ticket as 'resolved'.
# New Ticket Created by Will Coleda
# Please include the string: [perl #124351]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124351 >
$ make test
...
t/04-nativecall/02-simple-args.t . Dubious, test returned 2 (wstat
512