[perl #118179] FIRST doesn't see lexicals from surrounding block

2013-05-25 Thread Will Coleda via RT
On Sat May 25 22:32:15 2013, pmichaud wrote: > On Sat May 25 21:13:26 2013, coke wrote: > > 23:54 < [Coke]> r: for 1..10 { my $a = 3; FIRST { say $a} } > > 23:54 <+camelia> rakudo 45ae2d: OUTPUT«(Any)␤» > > > > I would expect that to output "3". > > > > Since the FIRST block is invoked before t

[perl #91728] Rakudo includes an internal Parrot header file, parrot/parrot.h

2013-05-25 Thread Will Coleda via RT
On Thu May 26 15:32:11 2011, dukeleto wrote: > Howdy, > > After talking with pmichaud++ today about the use of PMC_IS_NULL in > Rakudo and > where Rakudo got access to this macro, it was mentioned that Rakudo > includes > parrot/parrot.h. It is mentioned at the top of this header file that > "Only

[perl #118179] FIRST doesn't see lexicals from surrounding block

2013-05-25 Thread Patrick R. Michaud via RT
On Sat May 25 21:13:26 2013, coke wrote: > 23:54 < [Coke]> r: for 1..10 { my $a = 3; FIRST { say $a} } > 23:54 <+camelia> rakudo 45ae2d: OUTPUT«(Any)␤» > > I would expect that to output "3". > Since the FIRST block is invoked before the assignment/initialization, the output of "Any" seems corr

[perl #85750] Test failures on OpenBSD

2013-05-25 Thread Will Coleda via RT
On Wed Mar 09 10:38:06 2011, pascal.stu...@cubes.de wrote: > The following test failures have so far been confirmed for all tested > architectures (amd64, macppc, mips64el): > > Test Summary Report > --- > t/spec/S02-builtin_data_types/instants-and-durations.t (Wstat: 0 > Tes

[perl #115136] lines doesn't split into lines

2013-05-25 Thread Will Coleda via RT
On Thu Oct 04 12:46:55 2012, larry wrote: > 12:43 < TimToady> nr: say lines[0] > 12:43 <+p6eval> rakudo fb11f1: OUTPUT«Land der Berge, Land am > Strome,␤Land der Äcker, Land der Dome,␤Land der > Hämmer, zukunftsreich!␤Heimat bist du großer > Söhne,␤Volk, begnadet für das Schöne,␤vie

[perl #78152] [PATCH] Remove rakudo build dependency on shell/backticks and allow smoother windows (g|mingw32-)make spectest_smolder

2013-05-25 Thread Will Coleda via RT
On Sat Oct 08 13:47:10 2011, coke wrote: > On Sat Oct 02 03:23:18 2010, moritz wrote: > > Thanks for the patch, I've applied it. > > > > I'm leaving this ticket open for now, until we've decided what to do > > about the documentation. > > Let's either add a Windows section to the main README, or

[perl #82308] [TODO] [EASY] Implement signature-signature smartmatch

2013-05-25 Thread Will Coleda via RT
On Wed Oct 03 10:03:20 2012, amire80 wrote: > Tests submitted and merged here: > https://github.com/perl6/roast/pull/27 > > A fix in Rakudo, quite possibly incomplete, submitted here: > https://github.com/rakudo/rakudo/pull/84 Looks like both pull requests were applied (code + tests) Closing tic

[perl #77746] "[BUG] »,« doesn't produce a structure of parcels

2013-05-25 Thread Will Coleda via RT
On Thu Oct 20 12:48:05 2011, masak wrote: > On Thu Sep 09 00:07:14 2010, masak wrote: > > rakudo: my @a=;my @b=;for (@a �,� @b) �,� @a > -> > > $a, $b, $c {say "$a $b $c"} > > rakudo 859f2d: OUTPUT�Sorry, sides are of uneven length and > > not dwimmy. [...] > > rakudo: my @a=;my @b=;for (@a >>,

[perl #118179] FIRST doesn't see lexicals from surrounding block

2013-05-25 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #118179] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118179 > 23:54 < [Coke]> r: for 1..10 { my $a = 3; FIRST { say $a} } 23:54 <+camelia> raku

simple output test of JVM versus Parrot

2013-05-25 Thread Gerd Pokorra
[rakudo.git]$ ./perl6 --version This is perl6 version 2013.04-225-g7d2e5b4 built on JVM [rakudo.git]$ time ./perl6 -e 'say "A simple test"' A simple test real0m5.161s user0m9.387s sys 0m0.799s [rakudo.git]$ perl6 --version This is perl6 version 2013.05 built on parrot 5.2.0 revision 0