[perl #131865] [REGRESSION] Looping over a HyperSeq in sink context does nothing (for .hyper { say 2 })

2017-08-08 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131865] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131865 > Code: for .hyper { say 2 } Result (2015.09-2015.06): 2 2 2 Result (

Re: [perl #131841] AutoReply: [BUG] In a 'unit module', a 'die' along any CATCH block causes a compiler error

2017-08-08 Thread Darek Cidlinsky via RT
Aaah, that explains quite some things! Thank you for pointing it out. D. Die 07.08.2017, hora 11:08, Timo Paulssen via RT hoc scripsit: > Annoyingly, 2017.07 has a bug that makes every --ll-exception print that > exact error. Here's what a newer version of rakudo gives you: > > > Cannot invoke

Re: [perl #131841] AutoReply: [BUG] In a 'unit module', a 'die' along any CATCH block causes a compiler error

2017-08-08 Thread Darek Cidlinský
Aaah, that explains quite some things! Thank you for pointing it out. D. Die 07.08.2017, hora 11:08, Timo Paulssen via RT hoc scripsit: > Annoyingly, 2017.07 has a bug that makes every --ll-exception print that > exact error. Here's what a newer version of rakudo gives you: > > > Cannot invoke

Re: [perl #131858] [REGRESSION] default $.nl-in on IO::Handle does not correctly work in subclasses

2017-08-08 Thread Elizabeth Mattijsen
reverted c63c57e9a823303e74c06 for now > On 8 Aug 2017, at 12:21, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #131858] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display

Re: [perl #131858] [REGRESSION] default $.nl-in on IO::Handle does not correctly work in subclasses

2017-08-08 Thread Elizabeth Mattijsen via RT
reverted c63c57e9a823303e74c06 for now > On 8 Aug 2017, at 12:21, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #131858] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display

[perl #131858] [REGRESSION] default $.nl-in on IO::Handle does not correctly work in subclasses

2017-08-08 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131858] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131858 > Currently, this causes breakage in IO::String zoffix@VirtualBox~$ perl6 -e 'class Z i