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
# 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
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
# 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
# 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
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