r27866 - docs/Perl6/Spec/S32-setting-library

2009-08-03 Thread pugs-commits
Author: wayland Date: 2009-08-04 06:43:35 +0200 (Tue, 04 Aug 2009) New Revision: 27866 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] Stopped referring to IO::Endable, as its functionality seems to be currently subsumed into IO::Seekable. If I've done it wrong, feel free

[perl #68154] Null PMC while getting match contents in action class

2009-08-03 Thread via RT
# New Ticket Created by Tim Nelson # Please include the string: [perl #68154] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68154 > - | Name: Tim Nelson

Parrot Bug Summary

2009-08-03 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Aug 3 13:00:01 2009 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with mo

Re: [perl #65804] [RESOLVED] [BUG] 'sub' cannot be used as a routine name

2009-08-03 Thread Ahmad Zawawi
Alright thanks... On Sun, Aug 2, 2009 at 9:02 PM, Kyle Hasselbacher via RT wrote: > According to our records, your request regarding >  "[BUG] 'sub' cannot be used as a routine name" > has been resolved. > > If you have any further questions or concerns, please respond to this message. > > For oth

[perl #68136] Rakudo causes a Parrot assertion to fail when a parameterized role does a non-parameterized role

2009-08-03 Thread via RT
# New Ticket Created by Alex Elsayed # Please include the string: [perl #68136] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68136 > This code causes Parrot to fail in a rather spectacular manner: role TreeNode[::T] does

[perl #68138] Rakudo tries to call role-parameter typename as a sub when using 'does' with a parameterized RHS && missing line# in the error

2009-08-03 Thread via RT
# New Ticket Created by Alex Elsayed # Please include the string: [perl #68138] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68138 > This code fails. Moritz believes it to be due to T not being bound when Positional[T] a

[perl #68134] [BUG] Null PMC Access when doing 'does Role[::T]' in Rakudo

2009-08-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68134] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68134 > rakudo: class Foo does Positional[::T] {}; say Foo ~~ Positional rakudo c57fbd: OUTPUT