Re: [perl #128034] [LTA] split() wants something unboxable to a native int but not quite (split ‘b’, ‘aba’, NaN)

2016-06-20 Thread Elizabeth Mattijsen
Fixed with 57f8f8f0faa81ee9 , closable with tests > On 30 Apr 2016, at 05:28, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #128034] > # in the subject line of all future correspondence about

Re: [perl #128428] [BUG] Behaviour of div / mod on Non-Ints

2016-06-20 Thread Moritz Lenz
Hi, On 06/18/2016 12:39 AM, Zoffix Znet (via RT) wrote: # New Ticket Created by Zoffix Znet # Please include the string: [perl #128428] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128428 > Current implementation of `mod`

Re: [perl #128418] [RFC] Deprecate eval-dies-ok/eval-lives-ok in favour of Str arg to dies-ok/lives-ok

2016-06-20 Thread Will Coleda
This was discussed briefly on irc recently, but I wanted to sum up what happened, as I recall. There were 2 competing issues here: One was lizmat's changes to insure that a very specific exception was occurring, so that we could ensure that a test was not "just" dying, but was throwing a specific