On Mon Jun 08 06:51:53 2009, masak wrote:
> Rakudo doesn't support '=begin SUMMARY' Pod syntax!?
[...]
> rakudo: role A;=begin SUMMARYThis be a summary.=end
> SUMMARYsay "OH HAI"
> rakudo 5f70a6: OUTPUT«Unable to parse role definition at line
> 2, near ";\n=begin S" [...]
> ah. there we go.
# New Ticket Created by Johan Viklund
# Please include the string: [perl #66404]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66404 >
In Rakudo this works:
(my @s)[0] //= 0;
But this does not:
(state @s)[0] //= 0;
Err
On Sun Jun 07 00:57:34 2009, patmar19 wrote:
> When I try pugs or perl6 I get strange results whith Str methods :
>
> pugs -e 'say "1234é".chars' => 5
> perl6 -e 'say "1234é".chars' => 6
>
> pugs -e 'say "1234é".bytes' => 6
> perl6 -e 'say "1234é".bytes' => 8
>
> pugs -e 'say "1234é".graphs' =>
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66394]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66394 >
from S12: "The first form [the 'role A;' one] is allowed only
as the first declaration
# New Ticket Created by Hugo van der Sanden
# Please include the string: [perl #66398]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66398 >
t/spec/S16-filehandles/filetest.t covers only a selection of the filetest
methods
# New Ticket Created by Daniel Ruoso
# Please include the string: [perl #66352]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66352 >
rakudo: multi a (Str $a, Str $b) { [+$a, +$b] }; multi a (Array
$a, $b where '+') { [+]
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66388]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66388 >
Rakudo doesn't support '=begin SUMMARY' Pod syntax!?
ruoso: and having the as a separa
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66366]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66366 >
rakudo: 1.Str.say
rakudo 290012: OUTPUT«Int()<0xb61f5450>»
* masak submits rakudobug
# New Ticket Created by Patrick MARION
# Please include the string: [perl #66364]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66364 >
When I try pugs or perl6 I get strange results whith Str methods :
pugs -e 'say "1234
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66350]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66350 >
rakudo: grammar A { regex b { foo } }; given "foo" { when A::b
{ say "OH HAI" } }
raku
10 matches
Mail list logo