[perl #128399] Scalar.WHICH doesn't discriminate enough

2016-06-13 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128399] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128399 > > my @a = 22,33 [22 33] > @a[0] 22 > @a[1] 33 > @a[0].VAR.WHICH Scalar|100414504 > @a[1].VAR.WH

[perl #128398] [BUG] LAST does not work with -n in Rakudo

2016-06-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #128398] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128398 > $ perl6 --version This is Rakudo version 2016.05-115-g8430f07 built on MoarVM version 201

[perl #128395] [BUG] -0 breaks value identity comparison

2016-06-13 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128395] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128395 > > my $a = 0.Num 0 > my $b = -$a -0 > $a 0 > $b -0 > $a.WHICH Num|0 > $b.WHICH Num|-0 > atan2($a