Re: Parrot and Perl 6 Summary

2009-11-30 Thread Lithos
[now CC-ing the list, d'oh!] On Mon, Nov 23, 2009 at 4:33 PM, Geoffrey Broadwell ge...@broadwell.org wrote: On Mon, 2009-11-23 at 01:15 +0100, Lithos wrote: Today I posted my first attempt at summarizing Perl 6 and Parrot things at    http://lith-ology.blogspot.com/ Any comments and

[perl #70918] private method bug

2009-11-30 Thread p.malis...@gmail.com
# New Ticket Created by p.malis...@gmail.com # Please include the string: [perl #70918] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=70918 Hello, rakudo...@perl.org. Private methods are not as private as expected.

[perl #70922] [BUG] The precense of an overloaded postcircumfix:{ } operator causes Rakudo to emit variable redeclaration false positives

2009-11-30 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #70922] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=70922 masak rakudo: class A { method postcircumfix:{ }() {} }; my r = { my $a }; if 0 { if