[perl #115850] [BUG] postcircumfix:<( )> method fails to accept several arguments

2012-11-21 Thread via RT
# 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

Parrot 4.10.0 "Red-eared Parakeet" Released

2012-11-21 Thread Reini Urban
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/),

threads blocker: Not so transparent proxies

2012-11-21 Thread Reini Urban
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_