[perl #130845] Some things that are less than 5 aren't

2017-02-24 Thread Zoffix Znet via RT
On Thu, 23 Feb 2017 22:01:25 -0800, j...@durchholz.org wrote: > Somewhat offtopic: Feels like a bad place for offtopic discussions. You can ask questions in the same IRC channel you evaled your example. > toolforger: p6: say Inf cmp Inf > camelia: rakudo-moar 320c2f: OUTPUT: «Same␤» > > I.e. In

[perl #130852] [SEGV][MOAR] nqp::p6recont_ro(Scalar)

2017-02-24 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130852] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130852 > Originally encountered this grepping CORE:: symbols and calling .unique on the result. G

[perl #130852] [SEGV][MOAR] nqp::p6recont_ro(Scalar)

2017-02-24 Thread Zoffix Znet via RT
On Fri, 24 Feb 2017 08:21:12 -0800, c...@zoffix.com wrote: > Originally encountered this grepping CORE:: symbols and calling > .unique on the result. > > Golfed it down to nqp::p6recont_ro(Scalar): > > m: unique Scalar > rakudo-moar d41b68: OUTPUT: «(signal SEGV)» > > m: use nqp; nqp::p6recon

[perl #130855] [SPESH][OPTIMIZER] glitch with anon vars causes incorrect `Cannot assign to an immutable value` error

2017-02-24 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130855] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130855 > Expected no errors, but in the first case it complains about assignment to immutable valu

[perl #130857] WARNING: unhandled Failure detected in DESTROY

2017-02-24 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130857] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130857 > The code in Failure.pm has: # "Shouldn't happen." We use note here because the dynam

Re: [perl #130845] Some things that are less than 5 aren't

2017-02-24 Thread Joachim Durchholz
On 24.02.2017 13:03, Zoffix Znet via RT wrote: toolforger: p6: say Inf cmp Inf camelia: rakudo-moar 320c2f: OUTPUT: «Same␤» I.e. Inf compares equal to itself - is this intentional? Yes, and we didn't invent this concept. Heh. That's what you'd expect before reading IEEE. After understanding