[perl #130086] [BUG] multiple eof-s support on $*IN

2018-01-20 Thread Zoffix Znet via RT
On Sun, 13 Nov 2016 08:07:34 -0800, vivids...@gmail.com wrote: > Hello > > It is expected to be able to pass multiple eof-s (by pressing Ctrl+D). > > working p5 script: multiple-eof.pl > and two variants of p6 scripts, which falls to endless loop after > first "eof". > > Rakudo version 2016.10

[perl #130086] [BUG] multiple eof-s support on $*IN

2018-01-20 Thread Zoffix Znet via RT
On Sun, 13 Nov 2016 08:07:34 -0800, vivids...@gmail.com wrote: > Hello > > It is expected to be able to pass multiple eof-s (by pressing Ctrl+D). > > working p5 script: multiple-eof.pl > and two variants of p6 scripts, which falls to endless loop after > first "eof". > > Rakudo version 2016.10

[perl #129790] [OPTIMIZER] Giving a sub to a map fails

2018-01-20 Thread Zoffix Znet via RT
On Sat, 14 Oct 2017 18:38:47 -0700, alex.jakime...@gmail.com wrote: > Maybe it is worth noting that this is pretty much a regression (even > though an > old one, and caused by a non-optimizer change). > > (2016-08-09) >

[perl #129790] [OPTIMIZER] Giving a sub to a map fails

2018-01-20 Thread Zoffix Znet via RT
On Sat, 14 Oct 2017 18:38:47 -0700, alex.jakime...@gmail.com wrote: > Maybe it is worth noting that this is pretty much a regression (even > though an > old one, and caused by a non-optimizer change). > > (2016-08-09) >

[perl #128935] [BUG] "where" clauses are parsed, but not enforced, in "my" expressions

2018-01-20 Thread Zoffix Znet via RT
On Sun, 04 Dec 2016 01:21:56 -0800, c...@zoffix.com wrote: > On Sun, 14 Aug 2016 18:19:44 -0700, timo wrote: > > > > gfldex: m: dd my ($i, $k where * == 4) = (1,3); dd $i, $k > > +camelia: rakudo-moar ee8a25: OUTPUT«(1, 3)␤Int $i = 1␤Int $k = 3␤» > > > > Shouldn't allow $k to be bound to any

[perl #128935] [BUG] "where" clauses are parsed, but not enforced, in "my" expressions

2018-01-20 Thread Zoffix Znet via RT
On Sun, 04 Dec 2016 01:21:56 -0800, c...@zoffix.com wrote: > On Sun, 14 Aug 2016 18:19:44 -0700, timo wrote: > > > > gfldex: m: dd my ($i, $k where * == 4) = (1,3); dd $i, $k > > +camelia: rakudo-moar ee8a25: OUTPUT«(1, 3)␤Int $i = 1␤Int $k = 3␤» > > > > Shouldn't allow $k to be bound to any