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