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
===
# 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
# 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;
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
- 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
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