[Announce] Rakudo 2012.06 "Strasbourg"

2012-06-21 Thread Jonathan Scott Duff
Announce: Rakudo Perl 6 compiler development release #53 ("Strasbourg") On behalf of the Rakudo development team, I'm glad to announce the June 2012 release of Rakudo Perl #53 "Strasbourg". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see ). The t

[perl #113660] [BUG] rakudo build fails when building NQPCORE.setting.pir starting with rakudo git tag 0fde4a1e375a26da8d7b511aafdb6174e934b757

2012-06-21 Thread Ron Schmidt via RT
On Thu Jun 21 15:33:36 2012, jonat...@jnthn.net wrote: > > Please can I get platform details (32-bit or 64-bit, OS, compiler) from > anybody who has this issue? 32 bit Ubuntu 8.04 with gcc 4.2.4 20:09:57 ron-laptop:~/rakudo/nqp$ getconf LONG_BIT 32 20:15:21 ron-laptop:~/rakudo/nqp$ cat /etc/iss

Re: [perl #113660] [BUG] rakudo build fails when building NQPCORE.setting.pir starting with rakudo git tag 0fde4a1e375a26da8d7b511aafdb6174e934b757

2012-06-21 Thread Jonathan Worthington
On 6/21/2012 23:59, Ron Schmidt via RT wrote: So jnthn asked on IRC for someone to get the NQP commit that causes the build to break and I think I got it I set rakudo to build from rakudo commit 0fde4a1e375a26da8d7b511aafdb6174e934b757 and did Perl Configure.pl -- gen-parrot and watched the buil

Re: [perl #113660] [BUG] rakudo build fails when building NQPCORE.setting.pir starting with rakudo git tag 0fde4a1e375a26da8d7b511aafdb6174e934b757

2012-06-21 Thread Jonathan Worthington
On 6/21/2012 23:59, Ron Schmidt via RT wrote: So jnthn asked on IRC for someone to get the NQP commit that causes the build to break and I think I got it I set rakudo to build from rakudo commit 0fde4a1e375a26da8d7b511aafdb6174e934b757 and did Perl Configure.pl -- gen-parrot and watched the buil

[perl #113660] [BUG] rakudo build fails when building NQPCORE.setting.pir starting with rakudo git tag 0fde4a1e375a26da8d7b511aafdb6174e934b757

2012-06-21 Thread Ron Schmidt via RT
So jnthn asked on IRC for someone to get the NQP commit that causes the build to break and I think I got it I set rakudo to build from rakudo commit 0fde4a1e375a26da8d7b511aafdb6174e934b757 and did Perl Configure.pl -- gen-parrot and watched the build failed as described. Then I started from N

[perl #113776] [BUG] LTA message in REPL for uninitialized values

2012-06-21 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #113776] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=113776 > 17:13 r: my $undefined; my $x = $undefined ~ '... and so forth'; say $