Parrot 5.3.0 "W00tstock Parrot" Released!

2013-04-16 Thread Bruce Gray
We are stardust. Billion year old carbon. We are golden. Caught in the devil's bargain And we've got to get ourselves back to the garden. (To some semblance of a garden.) -- "Woodstock", by Joni Mitchell On behalf of the Parrot team, I'm proud to announce Parrot 5.3.0, also known as "W00tstock

[perl #76828] Declare minimum system requirements for build: Was: "Rakudo Star 'make' fails on Darwin/PPC"

2013-04-16 Thread Will Coleda via RT
On Fri Sep 23 14:24:02 2011, jk...@verizon.net wrote: > On Fri Jul 30 17:58:48 2010, coke wrote: > > > > Based on recent history, I think 1G is the minimum recommend memory > > for building rakudo > > (for that file in particular). > > > > Someone should probably add this to the README. > > Has

[perl #117635] dependant invocations of gather/take in same sub forced to complete in order

2013-04-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #117635] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117635 > ... instead of each only taking what they need. This sample demonstrates a problem

[perl6/specs] fe96bc: Remove line the was left behind from a previous ed...

2013-04-16 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: fe96bcf41f27a11a262437f213650f615ad23fb9 https://github.com/perl6/specs/commit/fe96bcf41f27a11a262437f213650f615ad23fb9 Author: Elizabeth Mattijsen Date: 2013-04-16 (Tue, 16 Apr 2013) Changed paths:

[perl #117605] Method named variable dispatch bug

2013-04-16 Thread via RT
# New Ticket Created by Lard Farnwell # Please include the string: [perl #117605] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117605 > Hi, As I ran in IRC, [13:12] perl6: class foo { multi method bar(:$baz) { say

Re: [perl #117605] Method named variable dispatch bug

2013-04-16 Thread Lard Farnwell
Hey Moritz, Thanks that also makes clear why it works for subs but not methods. So it was rakudo that was correct. So there is no way to run the second method in the normal way? class Foo {