Hi,
while writing some tests for the smartmatch operator, I noticed this item:
Any * block signature match block successfully binds to |$_
which block is this talking about? the current &?BLOCK? Somehow this
doesn't make much sense to me.
I also noticed that the slice operation
Author: masak
Date: 2009-07-07 00:10:57 +0200 (Tue, 07 Jul 2009)
New Revision: 27456
Modified:
docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
[S32/Str] added $format defaults to .fmt methods
Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===
Author: moritz
Date: 2009-07-06 23:58:58 +0200 (Mon, 06 Jul 2009)
New Revision: 27455
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] uhm, I should read more carefully what I "correct"
Modified: docs/Perl6/Spec/S03-operators.pod
==
Author: moritz
Date: 2009-07-06 23:44:32 +0200 (Mon, 06 Jul 2009)
New Revision: 27452
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] use real Perl 6 syntax where possible
Modified: docs/Perl6/Spec/S03-operators.pod
===
---
# New Ticket Created by "Kyle Hasselbacher"
# Please include the string: [perl #67258]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67258 >
This is my crack at implementing these two operators. I'm looking for
feedback s
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #67256]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67256 >
rakudo: subset Positive of Num where { $^n > 0 }; my Positive
$p; $p = -42
rakudo 0e8a
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Jul 6 12:37:14 2009 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with mo