# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #67446]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67446 >
rakudo: my @a = 0..1; @a.delete(0); say @a.perl
rakudo 02d0ed: OUTPUT«Null PMC access
Author: lwall
Date: 2009-07-11 18:17:08 +0200 (Sat, 11 Jul 2009)
New Revision: 27507
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] kill Statbuf type, unify with IO role/class somehow
Modified: docs/Perl6/Spec/S03-operators.pod
=
# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #67450]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67450 >
perl6
> my @x=1,2,3,4; my @z; for @x { @z[+*] = $_ }; @z.perl.say
[4]
> my @x=1,
I tried to find the answers to these in the Synopses, but I couldn't.
Plan B is to ask the mailing list.
- What does the "first" method/subroutine return when no elements of
the list match? Does it return the empty list? Does the return value
count as undefined/failure?
- What type i
On Sat, Jul 11, 2009 at 22:02, Minimiscience wrote:
> I tried to find the answers to these in the Synopses, but I couldn't. Plan
> B is to ask the mailing list.
>
> - What does the "first" method/subroutine return when no elements of the
> list match? Does it return the empty list? Does the ret
This is an automatically generated mail to inform you that tests are now
available in b/t/spec/S32-array/delete.t
This is an automatically generated mail to inform you that tests are now
available in b/t/spec/S04-statement-modifiers/for.t
This is an automatically generated mail to inform you that tests are now
available in b/t/spec/S12-attributes/inheritance.t