r31532 -[S04] Clarify interaction of lexical classes and packages with members after discussion with TimToady

2010-07-02 Thread pugs-commits
Author: sorear Date: 2010-07-03 06:39:32 +0200 (Sat, 03 Jul 2010) New Revision: 31532 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] Clarify interaction of lexical classes and packages with members after discussion with TimToady Modified: docs/Perl6/Spec/S04-control.pod ===

Re: [perl #76330] MONKEY_TYPING cannot add method named invoke

2010-07-02 Thread Jonathan Worthington
Paweł Pabian (via RT) wrote: # New Ticket Created by Paweł Pabian # Please include the string: [perl #76330] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76330 > [19:53] rakudo: use MONKEY_TYPING; augment class Any { m

[perl #76330] MONKEY_TYPING cannot add method named invoke

2010-07-02 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #76330] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76330 > [19:53] rakudo: use MONKEY_TYPING; augment class Any { method invoke {1} }; .() [19:53

[perl #76328] nextsame in main block gives Null PMC access

2010-07-02 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #76328] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76328 > on Kiev build $ perl6 -e 'nextsame' Null PMC access in clone() in main program body a

[perl #76320] [TODO] Implement %$h in Rakudo

2010-07-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76320] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76320 > std: my $h = {}; say (%$h).keys std 31522: OUTPUT«ok 00:01 114m␤» rakudo: my $h = {};

Re: Filesystems and files [Was: Re: The obligation of free stuff: Google Storage]

2010-07-02 Thread Tim Bunce
This thread reminded me of something I'd posted a while ago: ---snip--- Date: Wed, 26 Nov 2008 14:23:11 + From: Tim Bunce To: Richard Hainsworth , perl6-langu...@perl.org Subject: Re: Files, Directories, Resources, Operating Systems On Wed, Nov 26, 2008 at 12:40:41PM +0100, Mark Overmeer w