[perl #111646] Arity counting mis-treats slurpy and capture parameters

2012-03-23 Thread Patrick R. Michaud via RT
Now fixed in 69920db585. > say &infix:<~>.arity 0 > say &infix:<~>.count Inf > say .reduce(&infix:<~>) abcd Ticket can be closed when we have appropriate spectests. Thanks! Pm

[perl #111944] a constant hash does not coerce its RHS correctly

2012-03-23 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #111944] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111944 > 14:37 < moritz> nom: constant %h = 1, 2; say %h.WHAT 14:37 <+p6eval> rakudo 4a247b