[perl #116002] Signature with flattened array does not match

2012-12-05 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #116002] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116002 > For sample class on Rakudo 2012.11 class A { method foo (Int) {} }; signature m

[perl #115998] [BUG] LEAVE phaser doesn't trigger on 'next' in Rakudo

2012-12-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115998] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115998 > nr: for 1..10 { LEAVE { say "x" }; next } niecza v24-5-g599cbcb: OUTPUT«x␤x␤x␤x