[perl #67446] [BUG] Null PMC access in Perl when traversing Array with deleted element

2009-07-11 Thread Carl Mäsak
# 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

r27507 - docs/Perl6/Spec

2009-07-11 Thread pugs-commits
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 =

[perl #67450] [BUG] .[+*] seems to be incorrect

2009-07-11 Thread via RT
# 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,

A few questions

2009-07-11 Thread Minimiscience
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

Re: A few questions

2009-07-11 Thread Chas. Owens
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

[perl #67446] tests available

2009-07-11 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S32-array/delete.t

[perl #61494] tests available

2009-07-11 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S04-statement-modifiers/for.t

[perl #61500] tests available

2009-07-11 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S12-attributes/inheritance.t