[perl #110038] [BUG] ().pick returns empty list and ().roll returns Nil in Rakudo -- one of them is wrong

2012-02-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #110038] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=110038 > nom: say ().pick.defined nom 33fb02: OUTPUT«True␤» nom: say ().pick.perl nom

[perl #110064] [BUG] Can't assign the returned list of values from .^methods to an array in Rakudo

2012-02-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #110064] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=110064 > nom: my @methods = { say "hello" }.^methods nom 8c84b8: OUTPUT«Cannot assign a

[perl #110096] [BUG] Internal Parrot error when declaring an attribute inside a sub inside a class in Rakudo

2012-02-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #110096] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=110096 > nom: class A { sub f { has $.x } } nom a0a467: OUTPUT«use of uninitialized valu