[perl #102466] [BUG] grep doesn't work properly with chained infix: operators and the whatever star in Rakudo

2011-10-29 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #102466] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=102466 colomon rakudo: say (1..100).grep(10 * 20).gist p6eval rakudo 9c6aed:

[perl #102478] [BUG] Attributes can't be declared inside of a BEGIN eval in Rakudo

2011-10-29 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #102478] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=102478 moritz nom: class A { eval 'has $.x' }; say A.new(x = 3).x p6eval nom 9c6aed: