Re: Odd number of elements found where hash expected while bootstrapping Panda

2012-07-01 Thread Moritz Lenz
Hi, please 'git pull' in your panda dir, and try again. (That version also requires newest rakudo The root cause was probably a problem with the web service that panda uses, mixed with bad error reporting. I have tried to make things a bit more robust, and Tadeusz has fixed the web service. I'll

Re: Odd number of elements found where hash expected while bootstrapping Panda

2012-07-01 Thread Gabor Szabo
On Sun, Jul 1, 2012 at 12:00 PM, Moritz Lenz wrote: > Hi, > > please 'git pull' in your panda dir, and try again. (That version also > requires newest rakudo > > The root cause was probably a problem with the web service that panda > uses, mixed with bad error reporting. > > I have tried to make t

[perl #113922] [BUG] for is too eager

2012-07-01 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #113922] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=113922 > See from IRC http://irclog.perlgeek.de/perl6/2012-06-18#i_5738718 A test might lo

Re: Can't build NQP on a Raspberry Pi (without bodging)

2012-07-01 Thread Nicholas Clark
On Sat, Jun 30, 2012 at 02:46:23PM -0500, Patrick R. Michaud wrote: > On Thu, Jun 28, 2012 at 09:49:32PM +0100, Nicholas Clark wrote: > > So, I attempted to build Rakudo on my Raspberry Pi, expecting it to go > > wrong. > > It didn't quite pan out the way I expected. > > [...] > > It would be wond

Re: Can't build NQP on a Raspberry Pi (without bodging)

2012-07-01 Thread Patrick R. Michaud
On Sun, Jul 01, 2012 at 07:42:37PM +0100, Nicholas Clark wrote: > > We all agree that we'd really like to see Rakudo's memory usage > > drop, especially on the build steps for the larger files (like > > Perl6/Actions.pm and CORE.settings). I've now done some more testing and looking at build pr

Re: [perl #113886] Re: no ICU lib loaded - rakudo and parrot issue

2012-07-01 Thread Patrick R. Michaud
On Thu, Jun 28, 2012 at 08:24:31AM -0700, Patrick R. Michaud wrote: > > Am 28.06.2012 14:31, schrieb Gabor Szabo: > > >The following script generates an exception > > > > > >use v6; > > > > > >my %count; > > >my $s = 'שלום'; > > >%count{$s} = 1; > > >say $s; > > >say %count.perl; > > > > > >no ICU

Re: [perl #113886] Re: no ICU lib loaded - rakudo and parrot issue

2012-07-01 Thread Gabor Szabo
On Mon, Jul 2, 2012 at 9:08 AM, Patrick R. Michaud wrote: > This is now fixed in HEAD and will appear in the next release: nice, thank you! Gabor