[perl #127951] Probably removing a p6bool where it shouldn't

2017-07-15 Thread Jan-Olof Hendig via RT
On Fri, 14 Jul 2017 13:31:42 -0700, jan-olof.hen...@bredband.net wrote: > On Fri, 07 Oct 2016 14:03:39 -0700, barto...@gmx.de wrote: > > I think the p6bool is removed here: > > https://github.com/rakudo/rakudo/blob/605f272881a76f0c5a9e352670a1e61eaa627ca6/src/Perl6/Optimizer.nqp#L1300 > > > > As

[perl #127951] Probably removing a p6bool where it shouldn't

2017-07-14 Thread Jan-Olof Hendig via RT
On Fri, 07 Oct 2016 14:03:39 -0700, barto...@gmx.de wrote: > I think the p6bool is removed here: > https://github.com/rakudo/rakudo/blob/605f272881a76f0c5a9e352670a1e61eaa627ca6/src/Perl6/Optimizer.nqp#L1300 > > As far as I understand, the following code shows the problem at a > lower level (no

[perl #127951] Probably removing a p6bool where it shouldn't

2016-10-07 Thread Christian Bartolomaeus via RT
I think the p6bool is removed here: https://github.com/rakudo/rakudo/blob/605f272881a76f0c5a9e352670a1e61eaa627ca6/src/Perl6/Optimizer.nqp#L1300 As far as I understand, the following code shows the problem at a lower level (no differentiation between optimize=(1|2) required -- it happens on all

[perl #127951] Probably removing a p6bool where it shouldn't

2016-04-21 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #127951] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127951 > [17:01:04] m: my $a = 42; say $a =:= $a; say $a.WHAT =:= $a.WHAT; say $a ==