[perl #130864] [LTA] Error mentions QAST::WVal when using `:(%a)` on a hash

2017-02-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130864] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130864 > 14:07 ZzZombo m: my %a=%(kv=>1,delete=>1);my %h=%(abc=>123,bcd=>*);say %h<*>:(%a)

[perl #130867] [BUG] `only` methods are used where `multies` should be, preventing dispatch to Mu.* candidates

2017-02-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130867] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130867 > Some types provide methods, like .Bool, .elems, .Str that are defined for :D subtypes.

[perl #130866] [BUG] Crash when using .sort on reified empty Array

2017-02-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130866] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130866 > Filing for records. lizmat++ said will look at this in the future: m: .elems, .sort

Re: [perl #130863] [LTA][BUG] Cannot extract partially dimensioned view of array from fixed-size array

2017-02-26 Thread Elizabeth Mattijsen
> On 26 Feb 2017, at 07:06, Itsuki Toyota (via RT) > wrote: > > # New Ticket Created by Itsuki Toyota > # Please include the string: [perl #130863] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #130863] [LTA][BUG] Cannot extract partially dimensioned view of array from fixed-size array

2017-02-26 Thread Elizabeth Mattijsen via RT
> On 26 Feb 2017, at 07:06, Itsuki Toyota (via RT) > wrote: > > # New Ticket Created by Itsuki Toyota > # Please include the string: [perl #130863] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #130866] [BUG] Crash when using .sort on reified empty Array

2017-02-26 Thread Elizabeth Mattijsen
Fixed with 75e070fdea, TESTS_NEEDED > On 26 Feb 2017, at 17:25, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #130866] > # in the subject line of all future correspondence about this issue. > #

[perl #130870] Some self-referential issue with hash assignment (%h1 = %h1, %h2)

2017-02-26 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130870] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130870 > Code: my %h1 = <1 a 2 b>; my %h2 = <3 c 4 d>; my %h3 = <5 e 6 f>;

Re: [perl #128512] AutoReply: [BUG] utf8-c8 mangles by NFC

2017-02-26 Thread Zefram
This problem no longer occurs. -zefram

Re: [perl #128511] [BUG] utf8-c8 generates spurious NUL

2017-02-26 Thread Zefram
This problem no longer occurs. -zefram