[perl #97538] S12 Class_methods has not working example

2011-08-22 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #97538] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=97538 > Spec section mentioned in subject says that method defined as: method ^count { ret

[perl #97508] "sub is rw {}" allowed in return causing Null PMC access

2011-08-22 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #97508] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=97508 > [16:15] rakudo: my $s = sub foo { return sub is rw { 1; } }; $s. ().WHAT.say [16:1

Re: Module deprecation in Rakudo install?

2011-08-22 Thread Tadeusz Sośnierz
On Monday, August 22, 2011 15:15:22 Parrot Raiser wrote: > As I was installing Rakudo-star-2011.07 on Mandriva, I noticed the > install process grumbling about the inclusion of File::Copy, (and at > least one other File:: module that flashed by too fast to recognise). > > The message stated that t

Module deprecation in Rakudo install?

2011-08-22 Thread Parrot Raiser
As I was installing Rakudo-star-2011.07 on Mandriva, I noticed the install process grumbling about the inclusion of File::Copy, (and at least one other File:: module that flashed by too fast to recognise). The message stated that the module was deprecated, and the Perl 6 method should be used. I

Re: Encapsulating the contents of container types

2011-08-22 Thread Patrick R. Michaud
On Mon, Aug 22, 2011 at 06:39:25AM +0100, Nicholas Clark wrote: > Is it? If, at the implementation layer, all accesses to objects are actually > function calls called via vtables, then surely it's *relatively* simple to > change the vtable to replace > > * mutator methods with methods which croak