r28391 - docs/Perl6/Spec

2009-09-24 Thread pugs-commits
Author: Kodi Date: 2009-09-24 13:31:01 +0200 (Thu, 24 Sep 2009) New Revision: 28391 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] Made CATCH's special treatment of default blocks, which is already implied by the spec, more explicit. Modified: docs/Perl6/Spec/S04-control.pod ===

[perl #69350] [BUG] Classes accept any manner of modifications from the outside, sans MONKEY_TYPING, in Rakudo

2009-09-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69350] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69350 > rakudo: sub foo { say "OH HAI" }; class A { method bar {} }; &A::bar = &foo; A.new.bar

[perl #69334] Test class before where claus.

2009-09-24 Thread via RT
# New Ticket Created by Lewis Wall # Please include the string: [perl #69334] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69334 > [13:39] rakudo: class Y {has $.z}; subset X of Y where {.z == 0}; my $q = 4; say $q ~~ X;

Re: [perl #69350] [BUG] Classes accept any manner of modifications from the outside, sans MONKEY_TYPING, in Rakudo

2009-09-24 Thread Patrick R. Michaud
On Thu, Sep 24, 2009 at 12:45:13AM -0700, Carl Mäsak wrote: > rakudo: sub foo { say "OH HAI" }; class A { method bar {} }; > &A::bar = &foo; A.new.bar > rakudo 0eaf62: OUTPUT«OH HAI␤» > oh cunning > ! > monkey typing without the monkey. > * Matt-W sees nothing wrong with that > Matt-W: are yo

Re: [perl #69322] Segfault in say 4.HOW.HOW

2009-09-24 Thread Ovid
- Original Message > From: Christoph Bussenius > > Hi, > > this produces a segfault with the current rakudo version > (0220cc22acefd5567c03b562eab3dd06fe53e6d8) > > ./perl6 -e 'say 4.HOW.HOW' Various things seem to generate segfaults: rakudo $ ./perl6 -e 'say 4.^can(int)' Segm

r28400 - docs/Perl6/Spec

2009-09-24 Thread pugs-commits
Author: jimmy Date: 2009-09-25 07:18:20 +0200 (Fri, 25 Sep 2009) New Revision: 28400 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]used standard dialect 'Pod' Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Pe