[perl #123144] [BUG] Array containing whatever forces numeric context on elements of array matched against it

2014-11-07 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #123144] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123144 > $ perl6 -e 'say ["a", "b", "c"] ~~ [*, "b", "c" ]’; Cannot convert string to number: bas

[perl #123153] Assigning OUTER::OUTER::.keys() to a constant array generates an error

2014-11-07 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #123153] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123153 > Example: constant @SOMETHING = OUTER::OUTER::.keys(); Results in the following error m

[perl #123154] Stash values are all Mu

2014-11-07 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #123154] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123154 > Example: .say for OUTER::OUTER::.values; # a bunch of Mus Shouldn't this be equivalent t