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
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
# 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
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
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
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
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