[perl #79130] [Bug] IO::Socket::INET Test failed on OS X 10.6.4 Server

2010-11-13 Thread via RT
# 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-

[perl #79156] [BUG] Can't put a --> after a 'where' expression in signatures in Rakudo

2010-11-13 Thread Carl Mäsak
# 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␤»

[perl #79158] [TODO] Make <<+>> of two sets make sense in Rakudo

2010-11-13 Thread Carl Mäsak
# 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

[perl #79160] [TODO] Rakudo doesn't support the syntax 'my Type subset NewType' (but STD.pm6)

2010-11-13 Thread Carl Mäsak
# 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

[perl #79162] [BUG] LTA error on two terms in a row (TTIAR) in Rakudo

2010-11-13 Thread Carl Mäsak
# 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«===SORRY!===␤Two

[perl #79166] [BUG] Can't assign to a variable that already contains a Whatever in Rakudo

2010-11-13 Thread Carl Mäsak
# 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>␤» *

[perl #79174] [BUG] Either Rakudo or STD.pm6 is wrong about comma before 'given' statement modifier

2010-11-13 Thread Carl Mäsak
# 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

[perl #79180] LTA error message in substr()

2010-11-13 Thread via RT
# 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: