[perl #128586] [BUG] andthen doesn't return undefined LHS

2016-12-18 Thread Zoffix Znet via RT
On Sat, 09 Jul 2016 11:03:04 -0700, pmichaud wrote: > Per S03, &infix: should return the first argument indicating > failure (undefined). On current Rakudo: > > 18:00 m: say (Int andthen 3) > 18:00 rakudo-moar 959cd3: OUTPUT«()␤» > 18:00 m: say (Int andthen 3).WHAT > 18:00 rakudo-moar 959cd

[perl #128586] [BUG] andthen doesn't return undefined LHS

2016-07-09 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #128586] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128586 > Per S03, &infix: should return the first argument indicating failure (undefined).