# New Ticket Created by min...@gmail.com
# Please include the string: [perl #79130]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79130 >
Hi there,
I built the latest Rakudo on OS X 10.6.4 Server, and the test
t/spec/S32-
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79156]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79156 >
std: sub foo(Str $s where "OH HAI" --> Int) { $s }
std a194beb: OUTPUT«ok 00:01 122m»
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79158]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79158 >
rakudo: my $a = Set.new(1, 2, 3, 4); say ($a <<+>>
Set.new(2, 42)).perl;
rakudo 2c66f9
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79160]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79160 >
std: my Str subset Username;
std a194beb: OUTPUT«ok 00:01 118m»
rakudo: my Str subse
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79162]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79162 >
std: sub foo { ['a', 'b' 'c'] }
std a194beb: OUTPUT«[31m===[0mSORRY![31m===[0mTwo
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79166]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79166 >
rakudo: my $a = *; $a = "foo"; say $a
rakudo c548b8: OUTPUT«Whatever()<0x7d4de48>»
*
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79174]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79174 >
std: 1, 2, 3, given 4
std a194beb: OUTPUT«ok 00:01 120m»
rakudo: 1, 2, 3, given 4
r
# New Ticket Created by Tadeusz Sośnierz
# Please include the string: [perl #79180]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79180 >
> perl6 -e 'say "hello".substr(*-1, 1)'
maximum recursion depth exceeded
in 'Cool: