Parrot 3.0.0 Beef Stew Released

2011-01-18 Thread Christoph Otto
I think my imagination's broke. Lemme try and think up the best thing ever. Umm... beef... stew. Yup it's busted alright. I'm gonna go... place. - Strong Bad, http://hrwiki.org/wiki/different_town On behalf of the Parrot team and an enthusiastic but undiscriminating dachshund that

[perl #75484] (temporal) random failures in Match structure

2011-01-18 Thread Fitz Elliott via RT
Hello, I believe this bug can be marked as 'resolved'. It works in current rakudo and has an active and passing test in S05-capture/caps.t Cheers, Fitz Elliott

[perl #78874] [BUG] Can't do .trans on result of qx[] in Rakudo

2011-01-18 Thread Fitz Elliott via RT
Hello, This bug can be marked as resolved. It works in current Rakudo and has a passing test in S02-literals/quoting.t Cheers, Fitz Elliott

[perl #82424] [BUG] Infinite recursion in parcel construction and assignment when the parcel contains the LHS in Rakudo

2011-01-18 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #82424] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=82424 jnthn rakudo: my $a = 1; my $b = 2; $a = ($a, $b); say $a.perl p6eval rakudo 388eed: