[perl #77830] [BUG] Rakudo believes that a class with a '...' has a .new method with one (non-invocant) argument

2010-09-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77830] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77830 > rakudo: class Foo {}; say Foo.new.perl; rakudo 9993bb: OUTPUT«Foo.new()␤» rakudo: cla

[perl #77828] [BUG] LTA error message when a Perl 5 programmer uses $array[1] indexing in Rakudo

2010-09-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77828] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77828 > perl6: my @array = 4, 5, 6; say @array[1] pugs, rakudo 9993bb: OUTPUT«5␤» perl6: my @

[perl #77820] [BUG] NaN.Rat

2010-09-13 Thread Jonathan Leto
# New Ticket Created by "Jonathan Leto" # Please include the string: [perl #77820] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77820 > Howdy, $ git rev-parse HEAD 9993bb24d7d109485fe78a6afd463671912c6960 $ ./perl6 > NaN