[perl #132025] [BUG] do statement is not fully considered to be a loop

2017-09-03 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Thanks. Done. Unfortunately, RT does not save titles of merged tickets, so I think we lost a little bit of information after the merge. But fear not, these ticket IDs are referenced in S04-statements/do.t, so once this ticket is resolved please also unskip the tests. On 2017-09-03 19:01:48,

[perl #132025] [BUG] do statement is not fully considered to be a loop

2017-09-03 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #132025] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132025 > Please combine RT#124573, RT#124274, RT#124275, and RT#124276 into this ticket.

[perl #113042] [BUG] [WEIRD] LTA internals-leaky error message when doing 'for our $:: ();' in Rakudo

2017-09-03 Thread Brian S. Julin via RT
On Tue, 22 Aug 2017 15:35:08 -0700, sml...@gmail.com wrote: > Is this still considered a BUG/LTA? > > Isn't the error messages it prints now (see last comment by coke) > pretty reasonable? I added a reminder to also handle anonymous vars in RT#73104. The lingering issues are just a sub-case

[perl #73104] [BUG] There might be something wrong with the way Rakudo handles 'my $::x'

2017-09-03 Thread Brian S. Julin via RT
On Sun, 15 Jul 2012 09:00:01 -0700, bbkr wrote: > Assignment works but it fails to recognize declared variable. > > $ perl6 -e 'my $::x = 3; say $::x;' > ===SORRY!=== > Variable $x is not declared > at -e:1 > > And at the same time it is... considered declared. > > $ perl6 -e 'my $::x = 3; my

[perl #123978] Assignment to $*OUT might fails for empty

2017-09-03 Thread Brian S. Julin via RT
On Tue, 03 Mar 2015 23:34:02 -0800, hmbrand wrote: > $ perl6 -e 'use v6; $*OUT.nl = "\n";' > $ perl6 -e 'use v6; $*OUT.nl = "\r\n";' > $ perl6 -e 'use v6; $*OUT.nl = "\r";' > $ perl6 -e 'use v6; $*OUT.nl = "\x[2424]";' > $ perl6 -e 'use v6; $*OUT.nl = "\x[2424]\r\n";' > $ perl6 -e 'use v6;

[perl #124247] [BUG] -p causes change in $0 in {} in "" in right-hand side of assignment to special s[] form in Rakudo

2017-09-03 Thread Brian S. Julin via RT
On Mon, 06 Apr 2015 07:22:19 -0700, masak wrote: > $ perl6 -v > This is perl6 version 2015.03-170-g143f621 built on MoarVM version > 2015.03-49-gce786a1 > > $ perl6 -e '$_ = "5 breads and 2 fish"; s[(\d)] = "{$0 * 10}"; .say' > 50 breads and 2 fish > > $ cat input > 5 breads and 2 fish > $ perl6

Re: [perl #130500] [LTA] Download Page on Rakudo.org

2017-09-03 Thread Steve Mynott
That looks better thanks! One suggestion might be to remove the 32 bit windows MSI link (part of a 2x2 matrix of links) since its not being actively maintained and the last one dates from 2016.01. Of course part of the problem with doing this is that it doesn't really fit in with 2x2 so maybe

Re: [perl #130500] [LTA] Download Page on Rakudo.org

2017-09-03 Thread Steve Mynott via RT
That looks better thanks! One suggestion might be to remove the 32 bit windows MSI link (part of a 2x2 matrix of links) since its not being actively maintained and the last one dates from 2016.01. Of course part of the problem with doing this is that it doesn't really fit in with 2x2 so maybe