[perl #90522] [BUG] Many nested evals cause Rakudo to exit spontaneously without any sign of error

2012-06-30 Thread Will Coleda via RT
On Fri May 13 02:46:27 2011, masak wrote: > rakudo: my $i; sub foo { say $i if ++$i %% 50; eval "foo" }; > foo # jnthn++ for suggesting this rakudo 678ad3: > OUTPUT«50␤100␤150␤» > locally, it goes up to 194 and then dies without a peep. > * masak submits rakudobug > heh > I hope nobody's planni

support for editing and history in the REPL?

2012-06-30 Thread Gabor Szabo
hi, what do I need to install or enable in order to get a better REPL? Things like history with up and down arrow and editing capabilities? regards Gabor

Re: support for editing and history in the REPL?

2012-06-30 Thread Patrick R. Michaud
On Sat, Jun 30, 2012 at 06:39:55PM +0300, Gabor Szabo wrote: > hi, > > what do I need to install or enable in order to get a better REPL? > > Things like history with up and down arrow and editing capabilities? In Ubuntu (12.04), this requires the libreadline6-dev library to be installed at the

Re: support for editing and history in the REPL?

2012-06-30 Thread Gabor Szabo
On Sat, Jun 30, 2012 at 7:16 PM, Patrick R. Michaud wrote: > On Sat, Jun 30, 2012 at 06:39:55PM +0300, Gabor Szabo wrote: >> hi, >> >> what do I need to install or enable in order to get a better REPL? >> >> Things like history with up and down arrow and editing capabilities? > > In Ubuntu (12.04)

Re: support for editing and history in the REPL?

2012-06-30 Thread Patrick R. Michaud
On Sat, Jun 30, 2012 at 07:21:10PM +0300, Gabor Szabo wrote: > On Sat, Jun 30, 2012 at 7:16 PM, Patrick R. Michaud > wrote: > > On Sat, Jun 30, 2012 at 06:39:55PM +0300, Gabor Szabo wrote: > > Is there a list of recommended package to install before building Parrot? The Rakudo Star distribution

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

2012-06-30 Thread Patrick R. Michaud
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 wonderful if Rakudo's memory usage would drop. I think that that's > going to be easier

Rakudo Star release 20120.06 - a useful, usable, "early adopter" distribution of Perl 6

2012-06-30 Thread Moritz Lenz
On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the June 2012 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the June 2012 release is available from . In the Perl 6 world, we make a distinc

Odd number of elements found where hash expected while bootstrapping Panda

2012-06-30 Thread Gabor Szabo
Hi, after updating Rakudo I started to get these errors so I updated (git pull) Pand removed ~/.perl6 and ~/.panda and tried to bootstrap Panda again: This is what I got: $ ./bootstrap.sh Odd number of elements found where hash expected in method STORE at src/gen/CORE.setting:6136 in block