[perl #122899] Cannot apply trait 'is cached' on multi candidate

2014-10-04 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #122899] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122899 > FROGGS m: multi foo(Int) is cached { say 'Int' }; multi foo(Str) { say 'Str' }; foo 1; f

[perl #122896] [BUG] 'is cached' routines break when precompiled

2014-10-04 Thread via RT
# New Ticket Created by # Please include the string: [perl #122896] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122896 > Create a module M containing "module M { sub f () is cached is export { } }". When precompiled, the

[perl #122895] [BUG] list assignment to a constant doesn't flatten

2014-10-04 Thread via RT
# New Ticket Created by Kelly Dasovich # Please include the string: [perl #122895] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122895 > Not sure if this is actually a rakudobug or a specbug, but it is definitely surprising

[perl #122907] [BUG] LTA error when sprintf %d directive doesn't find a corresponding argument in Rakudo

2014-10-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122907] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122907 > m: my@x=("1ab");for @x { s{^(\d+)} = sprintf "%3d:", $1; }; @x.say rakudo-moar 16232f:

[perl #122904] a wrong regex in UsingPerl6-draft.pdf

2014-10-04 Thread via RT
# New Ticket Created by 宋文泰 # Please include the string: [perl #122904] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122904 > Page 99 If you quantify a capture, the corresponding entry in the match object is a list of ot