Re: [perl #125600] LTA error message when executing directories as perl6 code

2015-07-11 Thread Brandon Allbery
On Sat, Jul 11, 2015 at 7:28 PM, Alex Jakimenko < perl6-bugs-follo...@perl.org> wrote: > $ perl6 somefolder > Error while reading from file: Reading from filehandle failed: illegal > operation on a directory > Note that behavior here can differ substantially: some OSes won't let you open a direct

[perl #125600] LTA error message when executing directories as perl6 code

2015-07-11 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125600] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125600 > $ mkdir somefolder $ perl6 somefolder Error while reading from file: Reading from fileh

[perl #125598] [BUG] $/ does not bind correctly in the right-hand side of s/// inside a for loop in Rakudo

2015-07-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125598] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125598 > m: my $x = 'a1'; $x ~~ s/(\d+)/<$0>/; say $x rakudo-moar 58a5ed: OUTPUT«a<1>␤» m: for

[perl #125595] [LHF] LTA error message with malformed loops

2015-07-11 Thread Carl Mäsak via RT
alex (>): > Code: > loop (my $i = 0; $i <= 5; $i++;) { say } > > Result: > ===SORRY!=== Error while compiling ./test.pl > Missing block > at ./test.pl:2 > --> loop (my $i = 0; $i <= 5; $i++⏏;) { say } Interesting failure mode. That semicolon looks unnecessary but harmless to me. (It's of the

[perl #124120] Fwd: [libdigest-perl6] Issue with σ in expressions (#7)

2015-07-11 Thread Will Coleda via RT
On Thu Mar 19 16:25:39 2015, noel.sharr...@gmail.com wrote: > Hi, > I have a compile error using panda to install Digest module on a > windows 8 > with latest (rakudo-star-2015.02.msi > ) install > > It complains about the "σ" symbol in th