# New Ticket Created by grond...@yahoo.fr
# Please include the string: [perl #115850]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115850 >
class Foo {
has $.str;
method postcircumfix:<( )>($i, $k) { $.str.s
On behalf of the Parrot team, I'm proud to announce Parrot 4.10.0, also known
as "Red-eared Parakeet". Parrot (http://parrot.org/) is a virtual machine aimed
at running all dynamic languages.
Parrot 4.10.0 is available on Parrot's FTP site
(ftp://ftp.parrot.org/pub/parrot/releases/devel/4.10.0/),
We have a litle blocking situation with our parrot threads.
See https://github.com/parrot/parrot/issues/869 and tadzik's crashing nqp case.
tadzik.nqp:
say("alive");
my $x := 5;
my $a := sub foo() {
say($x);
say(5);
}
my $b := pir::new__PSP('Task', $a);
pir::schedule__0P($b);
pir::wait_