[perl #121987] Negated generic comparisons do not chain correctly

2017-12-11 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Closing this ticket in favor of this one: https://github.com/rakudo/rakudo/issues/1304 On 2017-12-01 11:03:43, alex.jakime...@gmail.com wrote: > Still failing (2017.11, HEAD(5929887)) > > On 2014-07-31 13:05:19, david.warring wrote: > > I've added some fudged tests to S03-operators/relational.t.

[perl #121987] Negated generic comparisons do not chain correctly

2017-12-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Still failing (2017.11, HEAD(5929887)) On 2014-07-31 13:05:19, david.warring wrote: > I've added some fudged tests to S03-operators/relational.t. A couple > taken from the above test cases, also: > > is 3 !> 3 !> 1, 3 !> 3 && 3 !> 1, 'chained !>'; > is 3 !< 3 !< 2, 3 !< 3 && 3 !< 2, 'chained !<';

[perl #121987] Negated generic comparisons do not chain correctly

2014-05-30 Thread via RT
# New Ticket Created by Damian Conway # Please include the string: [perl #121987] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=121987 As the following test program illustrates, !before and !after do not always chain