Re: [perl #129884] Strange behaviour on "say".

2016-10-16 Thread Parrot Raiser
Rakudo*'s latest version (2016.07.01) has perl6::build-date=2016-07-22T12:37:00Z which indeed predates that commit Fri Aug 5 15:57:18 2016 -0700 .

Re: [perl #129884] Strange behaviour on "say".

2016-10-15 Thread Larry Wall
On Sat, Oct 15, 2016 at 09:59:01PM +0200, Timo Paulssen wrote: : Actually, I just tested the code and on my machine it always outputs : "test". The only difference between uncommenting "say 'run'" is that : it'll output "run" once at the end - or not. : : So now I'm wondering what i did differentl

Re: [perl #129884] Strange behaviour on "say".

2016-10-15 Thread Larry Wall
On Sat, Oct 15, 2016 at 09:59:01PM +0200, Timo Paulssen wrote: : Actually, I just tested the code and on my machine it always outputs : "test". The only difference between uncommenting "say 'run'" is that : it'll output "run" once at the end - or not. : : So now I'm wondering what i did differentl

Re: [perl #129884] Strange behaviour on "say".

2016-10-15 Thread Timo Paulssen
Actually, I just tested the code and on my machine it always outputs "test". The only difference between uncommenting "say 'run'" is that it'll output "run" once at the end - or not. So now I'm wondering what i did differently from you?!

Re: [perl #129884] Strange behaviour on "say".

2016-10-15 Thread Timo Paulssen
On 10/15/2016 01:26 PM, janko popov (via RT) wrote: > # New Ticket Created by janko popov > # Please include the string: [perl #129884] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=129884 > > > > Hi, > > Maybe this is know

Re: [perl #129884] Strange behaviour on "say".

2016-10-15 Thread Parrot Raiser
A clue, for what it's worth. Any valid instruction, (or even a variable declaration) after the "}" ending the innermost loop appears to enable the output. Inside the loop, it doesn't.. On 10/15/16, janko popov wrote: > # New Ticket Created by janko popov > # Please include the string: [perl